From cee9184832333aa1984deca0addd5f30e7ce4d01 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 14 Jul 2021 20:06:41 +0300 Subject: [PATCH] misc: typo --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 773a970..71f772f 100755 --- a/kiss +++ b/kiss @@ -286,7 +286,7 @@ pkg_cache() { } source_resolve_vars() { - # Replace all occurances of markers with their respective values + # Replace all occurrences of markers with their respective values # if found in the source string. _src_sub() { _src_res=${_src_res%"$1"*}${2}${_src_res##*"$1"}; } _src_res=$1