]> granicus.if.org Git - php/commitdiff
typo
authorDmitry Stogov <dmitry@zend.com>
Tue, 6 Aug 2019 10:58:17 +0000 (13:58 +0300)
committerDmitry Stogov <dmitry@zend.com>
Tue, 6 Aug 2019 10:58:17 +0000 (13:58 +0300)
ext/opcache/ZendAccelerator.c

index 6361cfa124c73f68cba9929b14a894017c0dedff..6dcf4e43defe154f883381a89113a24119760327 100644 (file)
@@ -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;
                }