1
0
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:
Andreas Schneider 2023-08-03 15:50:07 +02:00 committed by Andrew Bartlett
parent a7ed7405af
commit be56ec0a6b
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ int main(int argc, char *argv[])
}
if (lock.l_len < 0x100000004LL) {
fprintf(stderr,"ERROR: settign lock overflowed\n");
fprintf(stderr,"ERROR: setting lock overflowed\n");
exit(1);
}

View File

@ -81,7 +81,7 @@ extern int quotactl(int cmd, const char *special, uid_t uid, void *addr);
#else
#error Unknow QUOTACTL prototype
#error Unknown QUOTACTL prototype
#endif