From: Dmitry Stogov Date: Tue, 6 Aug 2019 10:58:17 +0000 (+0300) Subject: typo X-Git-Tag: php-7.4.0beta4~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef355564983ba972dcbd9081a5adb7c1580a5ccc;p=php typo --- diff --git a/ext/opcache/ZendAccelerator.c b/ext/opcache/ZendAccelerator.c index 6361cfa124..6dcf4e43de 100644 --- a/ext/opcache/ZendAccelerator.c +++ b/ext/opcache/ZendAccelerator.c @@ -4300,7 +4300,7 @@ static int accel_preload(const char *config) CG(map_ptr_last) = orig_map_ptr_last; if (EG(full_tables_cleanup)) { - zend_accel_error(ACCEL_LOG_FATAL, "Preloading is not comatible with dl() function."); + zend_accel_error(ACCEL_LOG_FATAL, "Preloading is not compatible with dl() function."); ret = FAILURE; goto finish; }