From: Volker Lendecke Date: Mon, 30 Jul 2018 14:29:58 +0000 (+0200) Subject: dbwrap: Fix a typo X-Git-Tag: tdb-1.3.17~2109 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0d38e9e84831759ebcd13b40bfe4d70f127b724d;p=thirdparty%2Fsamba.git dbwrap: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison Reviewed-by: Rowland Penny --- diff --git a/lib/dbwrap/dbwrap.c b/lib/dbwrap/dbwrap.c index e1d792fa2f8..a214a4e9a6e 100644 --- a/lib/dbwrap/dbwrap.c +++ b/lib/dbwrap/dbwrap.c @@ -457,7 +457,7 @@ struct tevent_req *dbwrap_parse_record_send( /* * Copy the key into our state ensuring the key data buffer is always - * available to the all dbwrap backend over the entire lifetime of the + * available to all the dbwrap backends over the entire lifetime of the * async request. Otherwise the caller might have free'd the key buffer. */ if (key.dsize > sizeof(state->_keybuf)) {