From: Andreas Schneider Date: Thu, 3 Aug 2023 13:50:07 +0000 (+0200) Subject: tests: Fix code spelling X-Git-Tag: tevent-0.16.0~909 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be56ec0a6b9b8ed07416c3f1f2805f4c6622b9da;p=thirdparty%2Fsamba.git tests: Fix code spelling Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/tests/fcntl_lock.c b/tests/fcntl_lock.c index 98d028572ea..242b9f7adfb 100644 --- a/tests/fcntl_lock.c +++ b/tests/fcntl_lock.c @@ -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); } diff --git a/tests/sysquotas.c b/tests/sysquotas.c index 973b9f4f76a..1c98d2093bc 100644 --- a/tests/sysquotas.c +++ b/tests/sysquotas.c @@ -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