svn commit: samba r17231 - in branches/SAMBA_3_0/source/lib: .
vlendec at samba.org
vlendec at samba.org
Tue Jul 25 14:59:32 GMT 2006
Author: vlendec
Date: 2006-07-25 14:59:32 +0000 (Tue, 25 Jul 2006)
New Revision: 17231
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17231
Log:
Some patch cosmetics
Modified:
branches/SAMBA_3_0/source/lib/messages.c
branches/SAMBA_3_0/source/lib/util.c
Changeset:
Modified: branches/SAMBA_3_0/source/lib/messages.c
===================================================================
--- branches/SAMBA_3_0/source/lib/messages.c 2006-07-25 12:48:40 UTC (rev 17230)
+++ branches/SAMBA_3_0/source/lib/messages.c 2006-07-25 14:59:32 UTC (rev 17231)
@@ -73,7 +73,7 @@
Free global objects.
****************************************************************************/
-void gfree_messsges(void)
+void gfree_messages(void)
{
struct dispatch_fns *dfn, *next;
Modified: branches/SAMBA_3_0/source/lib/util.c
===================================================================
--- branches/SAMBA_3_0/source/lib/util.c 2006-07-25 12:48:40 UTC (rev 17230)
+++ branches/SAMBA_3_0/source/lib/util.c 2006-07-25 14:59:32 UTC (rev 17231)
@@ -199,7 +199,7 @@
gfree_case_tables();
gfree_debugsyms();
gfree_charcnv();
- gfree_messsges();
+ gfree_messages();
/* release the talloc null_context memory last */
talloc_nc_free();
More information about the samba-cvs
mailing list