aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert William Vesterman <bob@vesterman.com>2024-10-18 02:54:39 +0000
committerKevin Bowling <kbowling@FreeBSD.org>2024-10-31 00:49:57 +0000
commit6fb03ddbce076a24808f95846ddfcf0f2b7508bb (patch)
treeeecfac48b99588ca698ce80d5185394b4985a9f2
parentb99bb1c7adbe569c4b6bc454bb2d5a80ecc65773 (diff)
downloadsrc-6fb03ddbce076a24808f95846ddfcf0f2b7508bb.tar.gz
src-6fb03ddbce076a24808f95846ddfcf0f2b7508bb.zip
libexec/rc/rc.d/netif: Typo fix
Just fixing a typo ("configuriing" => "configuring"). Pull Request: https://github.com/freebsd/freebsd-src/pull/1484 (cherry picked from commit 65691b2dafda23691c3989749def755a98e731ec)
-rwxr-xr-xlibexec/rc/rc.d/netif2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rc/rc.d/netif b/libexec/rc/rc.d/netif
index 3da296e97384..f9858ac8d865 100755
--- a/libexec/rc/rc.d/netif
+++ b/libexec/rc/rc.d/netif
@@ -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()
{