diff options
| author | Robert William Vesterman <bob@vesterman.com> | 2024-10-18 02:54:39 +0000 |
|---|---|---|
| committer | Kevin Bowling <kbowling@FreeBSD.org> | 2024-10-31 00:58:21 +0000 |
| commit | a151fecbd52d5b2a517286082e66ddbbcb020d20 (patch) | |
| tree | 8c0192fe69198b768c9f2eb1cfcc5738a07a3e94 | |
| parent | 2dfe93f8bcd347d16899d9048bcaa0194fcf5d11 (diff) | |
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-x | libexec/rc/rc.d/netif | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rc/rc.d/netif b/libexec/rc/rc.d/netif index 6a979c246790..0d441e003713 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() { |
