From ad5d3153226d0d24788dfde2007a93f019cc6c0d Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 9 Dec 2011 11:12:59 +0100 Subject: s3-dbwrap: Fix a typo Autobuild-User: Volker Lendecke Autobuild-Date: Fri Dec 9 13:37:51 CET 2011 on sn-devel-104 --- source3/lib/dbwrap/dbwrap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/dbwrap') 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) -- cgit