diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript index 673fdf30b9..fa51983bc6 100644 --- a/source3/wscript +++ b/source3/wscript @@ -191,7 +191,7 @@ main() { 'HAVE_KERNEL_OPLOCKS_IRIX', headers='fcntl.h', msg="Checking for IRIX kernel oplock types") - # Check for krenel share modes + # Check for kernel share modes conf.CHECK_CODE(''' #include <sys/types.h> #include <fcntl.h> |