summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-12-09 11:12:59 +0100
committerVolker Lendecke <vlendec@samba.org>2011-12-09 13:37:51 +0100
commitad5d3153226d0d24788dfde2007a93f019cc6c0d (patch)
tree5c36ca13b369ee20b31932b7132cbb67905f9784 /source3/lib
parent1b741b2bcc8b085be9f092b6d7e203661b571c43 (diff)
downloadsamba-ad5d3153226d0d24788dfde2007a93f019cc6c0d.tar.gz
samba-ad5d3153226d0d24788dfde2007a93f019cc6c0d.tar.bz2
samba-ad5d3153226d0d24788dfde2007a93f019cc6c0d.zip
s3-dbwrap: Fix a typo
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Dec 9 13:37:51 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/dbwrap/dbwrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/dbwrap/dbwrap.c b/source3/lib/dbwrap/dbwrap.c
index 83c02f5142..a806c6add9 100644
--- a/source3/lib/dbwrap/dbwrap.c
+++ b/source3/lib/dbwrap/dbwrap.c
@@ -87,7 +87,7 @@ static int delete_record(struct db_record *rec, void *data)
}
/*
- * Fallback wipe ipmlementation using traverse and delete if no genuine
+ * Fallback wipe implementation using traverse and delete if no genuine
* wipe operation is provided
*/
static int dbwrap_fallback_wipe(struct db_context *db)