summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-08-28 06:02:51 +0000
committerTim Potter <tpot@samba.org>2001-08-28 06:02:51 +0000
commit5021be2f24c3a1414d834a16f89a3a671aee444c (patch)
tree9a6c9509c0390f530a6a4bdf51d15ec412f89970 /source3
parent82901df5e31b1e83761a90cf717717213fda1197 (diff)
downloadsamba-5021be2f24c3a1414d834a16f89a3a671aee444c.tar.gz
samba-5021be2f24c3a1414d834a16f89a3a671aee444c.tar.bz2
samba-5021be2f24c3a1414d834a16f89a3a671aee444c.zip
Fixed typo in comment.
(This used to be commit b10ad789d6d412ef1d2e0d8b47fc233225861bf9)
Diffstat (limited to 'source3')
-rw-r--r--source3/utils/pdbedit.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/utils/pdbedit.c b/source3/utils/pdbedit.c
index a31f83956d..1068446905 100644
--- a/source3/utils/pdbedit.c
+++ b/source3/utils/pdbedit.c
@@ -23,7 +23,7 @@
*/
#define BASE_MACHINE_UID 60000
-#define MAX_MACHINE_UID 65500 /* 5500 trust acconts aren't enough? */
+#define MAX_MACHINE_UID 65500 /* 5500 trust accounts aren't enough? */
#include "includes.h"
@@ -715,5 +715,3 @@ int main (int argc, char **argv)
return 0;
}
-
-