summaryrefslogtreecommitdiff
path: root/source4/lib/util/ms_fnmatch.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-02-23 20:56:10 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:52:05 -0500
commit57a55df196aa12529546c6f2ccc893fe68b32f2a (patch)
treee1acb712d1b46fa5209f2c8409fd343e7cc5239f /source4/lib/util/ms_fnmatch.c
parentdfc517b05395d925a4d7b1ce9633a849f9468e70 (diff)
downloadsamba-57a55df196aa12529546c6f2ccc893fe68b32f2a.tar.gz
samba-57a55df196aa12529546c6f2ccc893fe68b32f2a.tar.bz2
samba-57a55df196aa12529546c6f2ccc893fe68b32f2a.zip
r13662: Typo fix, add more public headers
(This used to be commit d98948716f237c3a501b283a0bbc3837bb3fd3c8)
Diffstat (limited to 'source4/lib/util/ms_fnmatch.c')
-rw-r--r--source4/lib/util/ms_fnmatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/util/ms_fnmatch.c b/source4/lib/util/ms_fnmatch.c
index 699341bede..d44c8b87da 100644
--- a/source4/lib/util/ms_fnmatch.c
+++ b/source4/lib/util/ms_fnmatch.c
@@ -161,7 +161,7 @@ int ms_fnmatch(const char *pattern, const char *string, enum protocol_types prot
}
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 */
return strcasecmp_m(pattern, string);
}