From: Anatol Belski Date: Mon, 30 Oct 2017 17:28:39 +0000 (+0100) Subject: Fix typo X-Git-Tag: php-7.3.0alpha1~1143 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b43c623b97de06890def8d421e9c5c37ccad000;p=php Fix typo --- diff --git a/ext/intl/spoofchecker/spoofchecker_main.c b/ext/intl/spoofchecker/spoofchecker_main.c index 817fe77622..d981c9fe10 100644 --- a/ext/intl/spoofchecker/spoofchecker_main.c +++ b/ext/intl/spoofchecker/spoofchecker_main.c @@ -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. */