]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: Fix a typo
authorVolker Lendecke <vl@samba.org>
Mon, 29 Jul 2024 10:39:32 +0000 (03:39 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 6 Aug 2024 16:29:33 +0000 (16:29 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/lib/util_namearray.c

index 1c5b4ac6a0eb495046660739358825dd0ee7a9a2..8d05beb7d31ccc337bd4d94e6732f80e34d2b940 100644 (file)
@@ -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().