mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-25 00:20:05 -07: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