diff options
author | Michael Adam <obnox@samba.org> | 2009-07-15 16:59:07 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-07-15 17:10:47 +0200 |
commit | 7bd4699228a1975573cb62550043c05b48e66361 (patch) | |
tree | 8aea8b2aecc4406b57526e02fb62e98bd6383cab /source3/lib | |
parent | 5a525f7f2855677531385874402e2d7a2f117944 (diff) | |
download | samba-7bd4699228a1975573cb62550043c05b48e66361.tar.gz samba-7bd4699228a1975573cb62550043c05b48e66361.tar.bz2 samba-7bd4699228a1975573cb62550043c05b48e66361.zip |
s3:dbwrap: fix embarrassing typo :-)
Michael
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/dbwrap_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/dbwrap_util.c b/source3/lib/dbwrap_util.c index 6c95672986..7dbeb63927 100644 --- a/source3/lib/dbwrap_util.c +++ b/source3/lib/dbwrap_util.c @@ -2,7 +2,7 @@ Unix SMB/CIFS implementation. Utility functions for the dbwrap API Copyright (C) Volker Lendecke 2007 - Copyrithg (C) Michael Adam 2009 + Copyright (C) Michael Adam 2009 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |