1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1832277 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Christophe Jaillet
2018-05-25 20:40:27 +00:00
parent 674cbb4674
commit 3cc71fb73d

View File

@@ -2531,7 +2531,7 @@ AP_DECLARE(int) ap_array_str_contains(const apr_array_header_t *array,
const char *s);
/**
* Perform a case-insensitive comparison of two strings @a atr1 and @a atr2,
* Perform a case-insensitive comparison of two strings @a str1 and @a str2,
* treating upper and lower case values of the 26 standard C/POSIX alphabetic
* characters as equivalent. Extended latin characters outside of this set
* are treated as unique octets, irrespective of the current locale.
@@ -2545,7 +2545,7 @@ AP_DECLARE(int) ap_array_str_contains(const apr_array_header_t *array,
AP_DECLARE(int) ap_cstr_casecmp(const char *s1, const char *s2);
/**
* Perform a case-insensitive comparison of two strings @a atr1 and @a atr2,
* Perform a case-insensitive comparison of two strings @a str1 and @a str2,
* treating upper and lower case values of the 26 standard C/POSIX alphabetic
* characters as equivalent. Extended latin characters outside of this set
* are treated as unique octets, irrespective of the current locale.