mirror of
https://github.com/samba-team/samba.git
synced 2024-12-21 09:34:19 +03:00
tests: Fix code spelling
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
a7ed7405af
commit
be56ec0a6b
@ -109,7 +109,7 @@ int main(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (lock.l_len < 0x100000004LL) {
|
if (lock.l_len < 0x100000004LL) {
|
||||||
fprintf(stderr,"ERROR: settign lock overflowed\n");
|
fprintf(stderr,"ERROR: setting lock overflowed\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@ extern int quotactl(int cmd, const char *special, uid_t uid, void *addr);
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#error Unknow QUOTACTL prototype
|
#error Unknown QUOTACTL prototype
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user