1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-14 19:24:43 +03:00

Fixed typo in comment.

This commit is contained in:
Tim Potter -
parent 14bc8283f2
commit b10ad789d6

View File

@ -23,7 +23,7 @@
*/ */
#define BASE_MACHINE_UID 60000 #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" #include "includes.h"
@ -715,5 +715,3 @@ int main (int argc, char **argv)
return 0; return 0;
} }