aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordylan.araps@gmail.com <dylan.araps@gmail.com>2020-02-07 11:27:44 +0000
committerdylan.araps@gmail.com <dylan.araps@gmail.com>2020-02-07 11:27:44 +0000
commit92f52af1d0336141c18c7256fb019b8c16a761d9 (patch)
tree6a800152fdaacd55577ae538b95d5cdb768e1b9e
parent01f4a60e3969c12ed5bc2482e6a01cb951606f9d (diff)
downloadcpt-92f52af1d0336141c18c7256fb019b8c16a761d9.tar.gz
docs: update
FossilOrigin-Name: 247ff76aa71300c2fa048be3901629f5a1f024165bc3211ed39b5fe8f4d41cad
-rwxr-xr-xkiss4
1 files changed, 2 insertions, 2 deletions
diff --git a/kiss b/kiss
index c84aae8..57dd79a 100755
--- 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 ..