summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-09-11 18:02:30 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:06:36 -0500
commit669adc9f4a77ef2fcb6d81e9dd86c8b5d01e17ee (patch)
tree8cd4fd9af754c02a2bb593a45c002f6c2d030307 /source4/lib
parent1ecae757c601fc0700e63023983a8ddb97fea231 (diff)
downloadsamba-669adc9f4a77ef2fcb6d81e9dd86c8b5d01e17ee.tar.gz
samba-669adc9f4a77ef2fcb6d81e9dd86c8b5d01e17ee.tar.bz2
samba-669adc9f4a77ef2fcb6d81e9dd86c8b5d01e17ee.zip
r25098: Fix typo
(This used to be commit 29415b661d103a80482b932172bf68cb9e394bc9)
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/replace/dlfcn.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/dlfcn.m4 b/source4/lib/replace/dlfcn.m4
index a1b57d10ec..c5b7597d7a 100644
--- a/source4/lib/replace/dlfcn.m4
+++ b/source4/lib/replace/dlfcn.m4
@@ -12,7 +12,7 @@ AC_VERIFY_C_PROTOTYPE([void *dlopen(const char* filename, unsigned int flags)],
[
return 0;
],[
- AC_DEFINE(DLOPEN_TAKES_UNSIGNED_FLAGS, 1, [Whether dlopen takes unsinged int flags])
+ AC_DEFINE(DLOPEN_TAKES_UNSIGNED_FLAGS, 1, [Whether dlopen takes unsigned int flags])
],[],[
#include <dlfcn.h>
])