mirror of
https://github.com/apache/httpd.git
synced 2025-08-05 16:55:50 +03:00
Fix typo in comment (s/patterm/pattern/).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726086 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1647,7 +1647,7 @@ static int lua_ap_escape_logitem(lua_State *L)
|
||||
|
||||
/**
|
||||
* ap_strcmp_match (const char *str, const char *expected)
|
||||
* Determine if a string matches a patterm containing the wildcards '?' or '*'
|
||||
* Determine if a string matches a pattern containing the wildcards '?' or '*'
|
||||
* @param str The string to check
|
||||
* @param expected The pattern to match against
|
||||
* @param ignoreCase Whether to ignore case when matching
|
||||
|
Reference in New Issue
Block a user