[ci skip] Fix typo (proloading → preloading)

Closes GH-9076.
This commit is contained in:
iamluc 2022-07-21 09:19:32 +02:00 committed by Christoph M. Becker
parent 804c3fc821
commit eac6330c72
No known key found for this signature in database
GPG Key ID: D66C9593118BCCB6

View File

@ -4334,7 +4334,7 @@ static int accel_preload(const char *config, bool in_child)
orig_map_ptr_last = CG(map_ptr_last);
/* Compile and execute proloading script */
/* Compile and execute preloading script */
zend_stream_init_filename(&file_handle, (char *) config);
preload_scripts = emalloc(sizeof(HashTable));