mirror of
https://codeberg.org/kiss-community/kiss
synced 2025-03-10 15:20:00 -06:00
misc: typo
This commit is contained in:
parent
1520854f89
commit
cee9184832
2
kiss
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user