1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-12-25 00:20:05 -07:00

misc: typo

This commit is contained in:
Dylan Araps 2021-07-14 20:06:41 +03:00
parent 1520854f89
commit cee9184832
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

2
kiss
View File

@ -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