From 3054046e18332ca1bf9b901f69b02f21bb91c098 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Fri, 15 Apr 2022 11:53:24 -0400 Subject: multiple spelling and typo fixes This fixes #516. --- etc/rc.devd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/rc.devd b/etc/rc.devd index 4bb77830..1f532afe 100644 --- a/etc/rc.devd +++ b/etc/rc.devd @@ -26,7 +26,7 @@ getmedia() { if [ ! -e /etc/init.d/"$1" -a ! -e /usr/local/init.d/"$1" ]; then base=${1%%.*} if [ "${base}" = "net" ]; then - # We only create links for pyhsical interfaces + # We only create links for physical interfaces [ -n "$(getmedia ${1#*.})" ] || exit 1 base="net.lo0" fi -- cgit v1.2.3