From ef355564983ba972dcbd9081a5adb7c1580a5ccc Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Tue, 6 Aug 2019 13:58:17 +0300 Subject: [PATCH] typo --- ext/opcache/ZendAccelerator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.40.0