diff --git a/depend b/depend index 915d33d..2b2de5e 100755 --- a/depend +++ b/depend @@ -9,7 +9,7 @@ test -f "${1%.o}.d" || exit 1 # Check whether $1 contains substring $2 contains(){ test "${1#*$2}" != "$1"; } -# Walk the dependency graph (consinting of the set of all .d files) +# Walk the dependency graph (consisting of the set of all .d files) # and output the visited nodes (objects). walk_dag(){ while read -r line; do