From 11a628d96c7e19027c9254b8216afb2e3bf16037 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Mon, 13 Jul 2020 19:13:44 +0200 Subject: [PATCH] Fix typos --- ext/opcache/ZendAccelerator.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/opcache/ZendAccelerator.c b/ext/opcache/ZendAccelerator.c index 073b3c8b58..17c8c198ab 100644 --- a/ext/opcache/ZendAccelerator.c +++ b/ext/opcache/ZendAccelerator.c @@ -2972,7 +2972,7 @@ static int accel_startup(zend_extension *extension) orig_post_startup_cb = zend_post_startup_cb; zend_post_startup_cb = accel_post_startup; - /* Prevent unloadig */ + /* Prevent unloading */ extension->handle = 0; return SUCCESS; @@ -3902,7 +3902,7 @@ static void preload_link(void) } ZEND_HASH_FOREACH_END(); } while (changed); - /* Move unlinked clases (and with unresilved constants) back to scripts */ + /* Move unlinked clases (and with unresolved constants) back to scripts */ orig_dtor = EG(class_table)->pDestructor; EG(class_table)->pDestructor = NULL; ZEND_HASH_REVERSE_FOREACH_STR_KEY_VAL(EG(class_table), key, zv) { -- 2.50.1