From: Volker Lendecke Date: Mon, 29 Jul 2024 10:39:32 +0000 (-0700) Subject: lib: Fix a typo X-Git-Tag: tdb-1.4.13~1410 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ec7365432374f4e8a9be12ba78ab0cd0ac64234f;p=thirdparty%2Fsamba.git lib: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/lib/util_namearray.c b/source3/lib/util_namearray.c index 1c5b4ac6a0e..8d05beb7d31 100644 --- a/source3/lib/util_namearray.c +++ b/source3/lib/util_namearray.c @@ -192,7 +192,7 @@ static size_t namearray_len(const struct name_compare_entry *array) /******************************************************************* Strip a '/' separated list into an array of - name_compare_enties structures suitable for + name_compare_entry structures suitable for passing to is_in_path(). We do this for speed so we can pre-parse all the names in the list and don't do it for each call to is_in_path().