svn commit: samba r25098 - in branches/SAMBA_4_0: . source/lib/replace

jelmer at samba.org jelmer at samba.org
Tue Sep 11 18:02:32 GMT 2007


Author: jelmer
Date: 2007-09-11 18:02:30 +0000 (Tue, 11 Sep 2007)
New Revision: 25098

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25098

Log:
Fix typo
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/lib/replace/dlfcn.m4


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/lib/replace/dlfcn.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/dlfcn.m4	2007-09-11 17:57:37 UTC (rev 25097)
+++ branches/SAMBA_4_0/source/lib/replace/dlfcn.m4	2007-09-11 18:02:30 UTC (rev 25098)
@@ -12,7 +12,7 @@
 	[
 	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>
 	])



More information about the samba-cvs mailing list