summaryrefslogtreecommitdiff
path: root/source/utils
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
commitb10ad789d6d412ef1d2e0d8b47fc233225861bf9 (patch)
treeee8de386a41dfe1c6bab2a32f6616de1d07c9a43 /source/utils
parent14bc8283f26fb80633575e471de4a15a492113c6 (diff)
downloadsamba-b10ad789d6d412ef1d2e0d8b47fc233225861bf9.tar.gz
Fixed typo in comment.
Diffstat (limited to 'source/utils')
-rw-r--r--source/utils/pdbedit.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/utils/pdbedit.c b/source/utils/pdbedit.c
index a31f83956d2..10684469059 100644
--- a/source/utils/pdbedit.c
+++ b/source/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;
}
-
-