chore: fix typos (#12647)

This commit is contained in:
Alexander Cyon
2024-09-01 21:01:27 +02:00
committed by GitHub
parent c68ff8aeed
commit d78275fdbb
13 changed files with 16 additions and 16 deletions

View File

@ -295,8 +295,8 @@ _history-substring-search-begin() {
fi
#
# Escape and join query parts with wildcard character '*' as seperator
# `(j:CHAR:)` join array to string with CHAR as seperator
# Escape and join query parts with wildcard character '*' as separator
# `(j:CHAR:)` join array to string with CHAR as separator
#
local search_pattern="${(j:*:)_history_substring_search_query_parts[@]//(#m)[\][()|\\*?#<>~^]/\\$MATCH}*"