]> granicus.if.org Git - php/commitdiff
Fix typo
authorAnatol Belski <ab@php.net>
Mon, 30 Oct 2017 17:28:39 +0000 (18:28 +0100)
committerAnatol Belski <ab@php.net>
Mon, 30 Oct 2017 17:28:39 +0000 (18:28 +0100)
ext/intl/spoofchecker/spoofchecker_main.c

index 817fe77622453a052679a0c9ff94440f9c7f3705..d981c9fe10594b88600081de1829bdec1170b01c 100644 (file)
@@ -134,7 +134,7 @@ PHP_METHOD(Spoofchecker, setChecks)
 }
 /* }}} */
 
-#if U_ICU_VERSION_MAJOR_NUM >= 53
+#if U_ICU_VERSION_MAJOR_NUM >= 51
 /* {{{ proto void Spoofchecker::setRestrictionLevel( int $restriction_level )
  * Set the loosest restriction level allowed for strings.
  */