From: Jo Sutton Date: Fri, 12 Apr 2024 03:10:33 +0000 (+1200) Subject: ldb: Fix typo X-Git-Tag: tdb-1.4.11~470 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=38cfdb662319085569cf4d96bcbceeb74ae1c5f9;p=thirdparty%2Fsamba.git ldb: Fix typo Signed-off-by: Jo Sutton Reviewed-by: Andrew Bartlett --- diff --git a/lib/ldb/common/attrib_handlers.c b/lib/ldb/common/attrib_handlers.c index 145ff487310..2f0b1bf861f 100644 --- a/lib/ldb/common/attrib_handlers.c +++ b/lib/ldb/common/attrib_handlers.c @@ -290,7 +290,7 @@ static int ldb_canonicalise_Boolean(struct ldb_context *ldb, void *mem_ctx, * field with Boolean syntax, so we might as well have consistent behaviour in * that case. * - * The most probably values are {"FALSE", 5} and {"TRUE", 4}. To save time we + * The most probable values are {"FALSE", 5} and {"TRUE", 4}. To save time we * compare first by length, which makes FALSE > TRUE. This is somewhat * contrary to convention, but is how Samba has worked forever. *