]> granicus.if.org Git - php/commitdiff
Fix small typo in comment
authorDaniel Ruf <mac1@daniel-ruf.de>
Sun, 31 May 2020 12:18:19 +0000 (14:18 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Sun, 31 May 2020 13:03:09 +0000 (15:03 +0200)
main/main.c

index 6143718d05d42cce16c2077edd0b5d8766923675..1cb78dbc0fca4cd7598c71429849979014ce4ac2 100644 (file)
@@ -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.
                 */