summaryrefslogtreecommitdiffstats
path: root/etc/network.subr
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2006-04-13 18:34:14 +0000
committerbrooks <brooks@FreeBSD.org>2006-04-13 18:34:14 +0000
commit054ff1b4671b4d17fee388e9e38b3a7c95e2d3b8 (patch)
tree4337485d1388e577ecd5d727aff1b2acc1d299d9 /etc/network.subr
parent63f9dcf0301bf19c8e0b2efae36330caa7d09b36 (diff)
downloadFreeBSD-src-054ff1b4671b4d17fee388e9e38b3a7c95e2d3b8.zip
FreeBSD-src-054ff1b4671b4d17fee388e9e38b3a7c95e2d3b8.tar.gz
Spell synchronous with required silent 'h'.
Reported by: ru, ceri Pointy hat: brooks
Diffstat (limited to 'etc/network.subr')
-rw-r--r--etc/network.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/network.subr b/etc/network.subr
index a9b1ddd..5df0de5 100644
--- a/etc/network.subr
+++ b/etc/network.subr
@@ -233,7 +233,7 @@ syncdhcpif()
;;
esac
done
- if checkyesno syncronous_dhclient; then
+ if checkyesno synchronous_dhclient; then
return 0
else
return 1
OpenPOWER on IntegriCloud