diff options
author | mat <mat@FreeBSD.org> | 2016-08-17 16:55:35 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-08-17 16:55:35 +0800 |
commit | 9bb92a34f9c765fd8a75bbd0b91f67940a8bd9b5 (patch) | |
tree | c6a1d1a6036664c354d5129296eee196c2766392 /Mk | |
parent | 94b99c2a6c4ddaf29467df2adfb83f86ca60629e (diff) | |
download | freebsd-ports-gnome-9bb92a34f9c765fd8a75bbd0b91f67940a8bd9b5.tar.gz freebsd-ports-gnome-9bb92a34f9c765fd8a75bbd0b91f67940a8bd9b5.tar.zst freebsd-ports-gnome-9bb92a34f9c765fd8a75bbd0b91f67940a8bd9b5.zip |
typo.
Submitted by: wblock
Sponsored by: Absolight
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Scripts/depends-list.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Scripts/depends-list.sh b/Mk/Scripts/depends-list.sh index ebda54c674e1..e6c6d6035e40 100644 --- a/Mk/Scripts/depends-list.sh +++ b/Mk/Scripts/depends-list.sh @@ -71,7 +71,7 @@ check_dep() { continue fi - # If only looking for missign, show if missing + # If only looking for missing, show if missing if [ ${missing} -eq 1 ]; then case " ${existing} " in *\ ${d#${PORTSDIR}/}\ *) continue ;; # We have it, nothing to see |