diff options
author | Tim Potter <tpot@samba.org> | 2002-03-24 23:25:05 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-03-24 23:25:05 +0000 |
commit | 1d582af3c0dcbfad9a158f3ed38219c95424b045 (patch) | |
tree | 8ae3a496f352f1cb4e1d3ad3eecaa002d21ba1cb /source3/lib | |
parent | 7104dbd245f8c96f3ab90b3f4c44d6adb55ba809 (diff) | |
download | samba-1d582af3c0dcbfad9a158f3ed38219c95424b045.tar.gz samba-1d582af3c0dcbfad9a158f3ed38219c95424b045.tar.bz2 samba-1d582af3c0dcbfad9a158f3ed38219c95424b045.zip |
Spelling fixes.
(This used to be commit a5ac2ac4ada48ee3be061a32ba40bd8c4b3b3865)
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/util_sec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/util_sec.c b/source3/lib/util_sec.c index dd9a64d534..d59b1b0471 100644 --- a/source3/lib/util_sec.c +++ b/source3/lib/util_sec.c @@ -414,7 +414,7 @@ main() #endif /**************************************************************************** -Check if we are setuid root. Used in libsmb and smbpasswd parinoia checks. +Check if we are setuid root. Used in libsmb and smbpasswd paranoia checks. ****************************************************************************/ BOOL is_setuid_root(void) { |