Skip to content

Commit 415e762

Browse files
authored
Fix typo
1 parent ccb1da4 commit 415e762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highlighters/main/main-highlighter.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ _zsh_highlight_main_highlighter_highlight_list()
634634

635635
# The zsh lexer considers ';' and newline to be the same token, so
636636
# ${(z)} converts all newlines to semicolons. Convert them back here to
637-
# make later processing simplier.
637+
# make later processing simpler.
638638
[[ $arg == ';' && ${match[3]} == $'\n' ]] && arg=$'\n'
639639

640640
# Compute the new $proc_buf. We advance it

0 commit comments

Comments
 (0)