r25098: Fix typo
authorJelmer Vernooij <jelmer@samba.org>
Tue, 11 Sep 2007 18:02:30 +0000 (18:02 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 20:06:36 +0000 (15:06 -0500)
source/lib/replace/dlfcn.m4

index a1b57d10ec473d17298a32c00191a5f3a9ef09b0..c5b7597d7a3c41bbf47d1f550e8386cb45ef813d 100644 (file)
@@ -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>
        ])