From: Volker Lendecke Date: Fri, 9 Dec 2011 10:12:59 +0000 (+0100) Subject: s3-dbwrap: Fix a typo X-Git-Tag: tevent-0.9.15~891 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=ad5d3153226d0d24788dfde2007a93f019cc6c0d;p=ddiss%2Fsamba.git s3-dbwrap: Fix a typo Autobuild-User: Volker Lendecke Autobuild-Date: Fri Dec 9 13:37:51 CET 2011 on sn-devel-104 --- diff --git a/source3/lib/dbwrap/dbwrap.c b/source3/lib/dbwrap/dbwrap.c index 83c02f51420..a806c6add92 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)