]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ldb: Fix typo
authorJo Sutton <josutton@catalyst.net.nz>
Fri, 12 Apr 2024 03:10:33 +0000 (15:10 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 4 Jun 2024 19:49:36 +0000 (19:49 +0000)
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/ldb/common/attrib_handlers.c

index 145ff487310b6b8c73fa338e4658945cf25e3678..2f0b1bf861f20c86c830fe584c53e0714f38ec4e 100644 (file)
@@ -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.
  *