aboutsummaryrefslogtreecommitdiff
path: root/kiss
diff options
context:
space:
mode:
authordylan.araps@gmail.com <dylan.araps@gmail.com>2019-09-15 06:39:39 +0000
committerdylan.araps@gmail.com <dylan.araps@gmail.com>2019-09-15 06:39:39 +0000
commit9deed25d2efe6b698c976329690bde72f5fd8dff (patch)
tree4ae9c1330b22a3de58743cf8be20bd2095069ad8 /kiss
parent647b759c67d2a352fdc57160d595d7f7c84f2d06 (diff)
downloadcpt-9deed25d2efe6b698c976329690bde72f5fd8dff.tar.gz
kiss: fix comment
FossilOrigin-Name: cbd0748064045c744f879e2797d15eeadbd9419dc0b52ec6f019e257d19afb09
Diffstat (limited to 'kiss')
-rwxr-xr-xkiss2
1 files changed, 1 insertions, 1 deletions
diff --git a/kiss b/kiss
index ec7f366..ab66e23 100755
--- a/kiss
+++ b/kiss
@@ -179,7 +179,7 @@ pkg_depends() {
# This does a depth-first search. The deepest dependencies are
# listed first and then the parents in reverse order.
contains "$deps" "$1" || {
- # Filter out non-explicit and aleady installed dependencies.
+ # Filter out non-explicit, aleady installed dependencies.
[ -z "$2" ] && (pkg_list "$1" >/dev/null) && return
# Recurse through the dependencies of the child