From 88ff230ae9543fc22068392f44d8b6033e365abf Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 10 Mar 2011 15:33:43 +0100 Subject: s3-waf: fix typo. Guenther --- source3/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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', -- cgit