Skip to content

Commit be56ec0

Browse files
cryptomilkabartlet
authored andcommitted
tests: Fix code spelling
Signed-off-by: Andreas Schneider <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
1 parent a7ed740 commit be56ec0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/fcntl_lock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ int main(int argc, char *argv[])
109109
}
110110

111111
if (lock.l_len < 0x100000004LL) {
112-
fprintf(stderr,"ERROR: settign lock overflowed\n");
112+
fprintf(stderr,"ERROR: setting lock overflowed\n");
113113
exit(1);
114114
}
115115

tests/sysquotas.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ extern int quotactl(int cmd, const char *special, uid_t uid, void *addr);
8181

8282
#else
8383

84-
#error Unknow QUOTACTL prototype
84+
#error Unknown QUOTACTL prototype
8585

8686
#endif
8787

0 commit comments

Comments
 (0)