1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-12-17 21:31:35 +01:00

github #82: Fix typos

This commit is contained in:
Dimitris Apostolou 2021-11-12 23:33:37 +02:00 committed by Oliver Kiddle
parent c7f4634549
commit 356dcb20ce
21 changed files with 37 additions and 26 deletions

View file

@ -40,7 +40,7 @@ if (( $4 )); then
# append offsets and computed replacement to the array
# we need to perform the evaluation in a scalar assignment so that if
# it generates an array, the elements are converted to string (by
# joining with the first chararacter of $IFS as usual)
# joining with the first character of $IFS as usual)
5=${(e)3}
argv+=(${(s: :)ZPCRE_OP} "$5")