From cf513c2dc883edb5ad9e0e08a8e3349225646881 Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Sun, 31 May 2020 14:18:19 +0200 Subject: Fix small typo in comment --- main/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/main.c') diff --git a/main/main.c b/main/main.c index 6143718d05..1cb78dbc0f 100644 --- a/main/main.c +++ b/main/main.c @@ -2575,7 +2575,7 @@ PHPAPI int php_execute_script(zend_file_handle *primary_file) } /* - If cli primary file has shabang line and there is a prepend file, + If cli primary file has shebang line and there is a prepend file, the `skip_shebang` will be used by prepend file but not primary file, save it and restore after prepend file been executed. */ -- cgit v1.2.1