diff options
Diffstat (limited to 'tools/tools/nanobsd/dhcpd/common')
-rw-r--r-- | tools/tools/nanobsd/dhcpd/common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/nanobsd/dhcpd/common b/tools/tools/nanobsd/dhcpd/common index 2658a84..c8c7598 100644 --- a/tools/tools/nanobsd/dhcpd/common +++ b/tools/tools/nanobsd/dhcpd/common @@ -229,7 +229,7 @@ add_port () { local port_path=$1 local port=`echo $1 | sed -e 's/\//_/'` shift - # Check if package allready exist + # Check if package already exist # Need to: # 1. check ARCH of this package! # 2. Add a trap |