kiss: fix comment

This commit is contained in:
Dylan Araps 2019-09-15 09:39:39 +03:00
parent becb94ca90
commit af9b6f5698
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -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