tests: Fix code spelling
authorAndreas Schneider <asn@samba.org>
Thu, 3 Aug 2023 13:50:07 +0000 (15:50 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 14 Aug 2023 21:45:30 +0000 (21:45 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
tests/fcntl_lock.c
tests/sysquotas.c

index 98d028572ea884b64f6636190a742fc1098ad502..242b9f7adfb6fe707b704faf8e88b6a68af699d6 100644 (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);
        }
 
index 973b9f4f76a30ce49a7123633b97b546329674d9..1c98d2093bc9c70cb1450deafdd255daa7fa39a4 100644 (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