From 356dcb20cef387a5eea5f8fcbfe123b24e3bb928 Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Fri, 12 Nov 2021 23:33:37 +0200 Subject: github #82: Fix typos --- Functions/Misc/regexp-replace | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/Misc') diff --git a/Functions/Misc/regexp-replace b/Functions/Misc/regexp-replace index 0d5948075..d4408f0f7 100644 --- a/Functions/Misc/regexp-replace +++ b/Functions/Misc/regexp-replace @@ -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") -- cgit 1.4.1