diff options
author | Günther Deschner <gd@samba.org> | 2011-04-22 00:49:28 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-04-22 00:49:28 +0200 |
commit | a505806aa088470c74ad3fbffac223d5400481fc (patch) | |
tree | df2ea2926b1dcff3435ec35c6cd647c133ff708c | |
parent | 3a725862cc5c2c32167871bdec0e7dc2ebe39a87 (diff) | |
download | samba-a505806aa088470c74ad3fbffac223d5400481fc.tar.gz samba-a505806aa088470c74ad3fbffac223d5400481fc.tar.bz2 samba-a505806aa088470c74ad3fbffac223d5400481fc.zip |
s3-waf: fix typo in comment.
Guenther
-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> |