libexec/rc/rc.d/netif: Typo fix

Just fixing a typo ("configuriing" => "configuring").

MFC after:	3 days
Pull Request:	https://github.com/freebsd/freebsd-src/pull/1484
This commit is contained in:
Robert William Vesterman 2024-10-17 22:54:39 -04:00 committed by Kevin Bowling
parent 6a7aa5530c
commit 65691b2daf

View File

@ -151,7 +151,7 @@ vnet_down()
# netif_common routine
# Common configuration subroutine for network interfaces. This
# routine takes all the preparatory steps needed for configuriing
# routine takes all the preparatory steps needed for configuring
# an interface and then calls $routine.
netif_common()
{