]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Fix a typo
authorVolker Lendecke <vl@samba.org>
Thu, 20 Oct 2016 14:48:12 +0000 (16:48 +0200)
committerRalph Boehme <slow@samba.org>
Sun, 22 Jan 2017 17:30:11 +0000 (18:30 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/lib/ms_fnmatch.c

index e32d094a6b22c8567bcd33f54652984d21fc6890..9763afefe76ece44601ad12fbfc8f11ec8738970 100644 (file)
@@ -161,7 +161,7 @@ int ms_fnmatch(const char *pattern, const char *string, bool translate_pattern,
        }
 
        if (strpbrk(pattern, "<>*?\"") == NULL) {
-               /* this is not just an optmisation - it is essential
+               /* this is not just an optimisation - it is essential
                   for LANMAN1 correctness */
                if (is_case_sensitive) {
                        return strcmp(pattern, string);