summaryrefslogtreecommitdiff
path: root/source3/lib/util.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-07-25 14:59:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:38:21 -0500
commit7ad912c2641f0138884dd37626cc6294ec54d93c (patch)
tree11177e3bb50525de2579337698cbd2dc80900afb /source3/lib/util.c
parent9bbe29ad13c604a79312da45ac238547dbb97c7b (diff)
downloadsamba-7ad912c2641f0138884dd37626cc6294ec54d93c.tar.gz
samba-7ad912c2641f0138884dd37626cc6294ec54d93c.tar.bz2
samba-7ad912c2641f0138884dd37626cc6294ec54d93c.zip
r17231: Some patch cosmetics
(This used to be commit 736e55101b1e7cc22f043b836be877afbb031edf)
Diffstat (limited to 'source3/lib/util.c')
-rw-r--r--source3/lib/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/util.c b/source3/lib/util.c
index 694248a36b..f985c57ed9 100644
--- a/source3/lib/util.c
+++ b/source3/lib/util.c
@@ -199,7 +199,7 @@ void gfree_all( void )
gfree_case_tables();
gfree_debugsyms();
gfree_charcnv();
- gfree_messsges();
+ gfree_messages();
/* release the talloc null_context memory last */
talloc_nc_free();