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