Skip to content

Commit 83a77f5

Browse files
committed
Fixed typo
1 parent 7f196c4 commit 83a77f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/tokenizer/tokenizer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ void on_event(zend_php_scanner_event event, int token, int line, void *context)
193193
case ON_TOKEN:
194194
{
195195
if (token == END) break;
196-
/* Specical cases */
196+
/* Special cases */
197197
if (token == ';' && LANG_SCNG(yy_leng) == sizeof("?>") - 1) {
198198
token = T_CLOSE_TAG;
199199
} else if (token == T_ECHO && LANG_SCNG(yy_leng) == sizeof("<?=") - 1) {

0 commit comments

Comments
 (0)