commit 9d86bb5f9d19f9233d4d730c0f3dd912afea5736
parent 3c66ece9208cdb97d1047a84de80f13f76c7fe8a
Author: Dylan Araps <dylan.araps@gmail.com>
Date: Fri, 7 Feb 2020 13:27:45 +0200
docs: update
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kiss b/kiss
@@ -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 ..