]> granicus.if.org Git - php/commitdiff
typo
authorStanislav Malyshev <stas@php.net>
Wed, 1 Jul 2009 20:27:13 +0000 (20:27 +0000)
committerStanislav Malyshev <stas@php.net>
Wed, 1 Jul 2009 20:27:13 +0000 (20:27 +0000)
ext/intl/locale/locale_methods.c

index e4aacbc12cabba6c8678d4f42f5e4dddd1b83b3f..5f4a3b9288296e9220c31980ea8bd8f0376bd5d3 100755 (executable)
@@ -1221,11 +1221,11 @@ static int strToMatch(char* str ,char *retstr)
 }
 /* }}} */
 
-/* {{{ proto static boolean Locale::filterMatches(string $langtag, string $locale, bool canonicalize)
+/* {{{ proto static boolean Locale::filterMatches(string $langtag, string $locale, bool $canonicalize)
 * Checks if a $langtag filter matches with $locale according to RFC 4647's basic filtering algorithm 
 */
 /* }}} */
-/* {{{ proto boolean locale_filter_matches(string $langtag, string $locale, bool canonicalize)
+/* {{{ proto boolean locale_filter_matches(string $langtag, string $locale, bool $canonicalize)
 * Checks if a $langtag filter matches with $locale according to RFC 4647's basic filtering algorithm 
 */
 PHP_FUNCTION(locale_filter_matches)