From 0d38e9e84831759ebcd13b40bfe4d70f127b724d Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 30 Jul 2018 16:29:58 +0200 Subject: dbwrap: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison Reviewed-by: Rowland Penny --- lib/dbwrap/dbwrap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/dbwrap') 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)) { -- cgit v1.2.1