Skip to content

Commit 11a628d

Browse files
committed
Fix typos
1 parent e59efb3 commit 11a628d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/opcache/ZendAccelerator.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2972,7 +2972,7 @@ static int accel_startup(zend_extension *extension)
29722972
orig_post_startup_cb = zend_post_startup_cb;
29732973
zend_post_startup_cb = accel_post_startup;
29742974

2975-
/* Prevent unloadig */
2975+
/* Prevent unloading */
29762976
extension->handle = 0;
29772977

29782978
return SUCCESS;
@@ -3902,7 +3902,7 @@ static void preload_link(void)
39023902
} ZEND_HASH_FOREACH_END();
39033903
} while (changed);
39043904

3905-
/* Move unlinked clases (and with unresilved constants) back to scripts */
3905+
/* Move unlinked clases (and with unresolved constants) back to scripts */
39063906
orig_dtor = EG(class_table)->pDestructor;
39073907
EG(class_table)->pDestructor = NULL;
39083908
ZEND_HASH_REVERSE_FOREACH_STR_KEY_VAL(EG(class_table), key, zv) {

0 commit comments

Comments
 (0)