docs: update

This commit is contained in:
Dylan Araps 2020-02-07 13:27:45 +02:00
parent 3c66ece920
commit 9d86bb5f9d
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 2 additions and 2 deletions

4
kiss
View File

@ -441,7 +441,7 @@ pkg_manifest() (
# packages, checking for package conflicts and for general debugging.
log "$1" "Generating manifest"
# This funcion runs as a sub-shell to avoid having to 'cd' back to the
# This function runs as a sub-shell to avoid having to 'cd' back to the
# prior directory before being able to continue.
cd "$pkg_dir/$1"
@ -459,7 +459,7 @@ pkg_etcsums() (
# /etc/ directory for use in "smart" handling of these files.
log "$1" "Generating etcsums"
# This funcion runs as a sub-shell to avoid having to 'cd' back to the
# This function runs as a sub-shell to avoid having to 'cd' back to the
# prior directory before being able to continue.
cd "$pkg_dir/$1/etc" 2>/dev/null || return 0; cd ..