summaryrefslogtreecommitdiff
path: root/source3/wscript
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-10 15:33:43 +0100
committerGünther Deschner <gd@samba.org>2011-03-10 23:25:04 +0100
commit88ff230ae9543fc22068392f44d8b6033e365abf (patch)
tree00ec0063d6cec9b8c0425c8caf98673c10b57ebd /source3/wscript
parent6076f4b472bdb392fdea163602d577ca2119fcab (diff)
downloadsamba-88ff230ae9543fc22068392f44d8b6033e365abf.tar.gz
samba-88ff230ae9543fc22068392f44d8b6033e365abf.tar.bz2
samba-88ff230ae9543fc22068392f44d8b6033e365abf.zip
s3-waf: fix typo.
Guenther
Diffstat (limited to 'source3/wscript')
-rw-r--r--source3/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript
index ad9b202932..86af6b38c1 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -1209,7 +1209,7 @@ ssize_t err = posix_fadvise(0,0,0x80000,POSIX_FADV_WILLNEED);
syscall(SYS_initgroups, 16, NULL, NULL, 0);
''',
'HAVE_DARWIN_INITGROUPS',
- msg='Checking hether to use the Darwin-specific initgroups system call')
+ msg='Checking whether to use the Darwin-specific initgroups system call')
conf.CHECK_CODE('''struct utimbuf tbuf; tbuf.actime = 0; tbuf.modtime = 1; exit(utime("foo.c",&tbuf));''',
'HAVE_UTIMBUF',