git: a151fecbd52d - stable/13 - libexec/rc/rc.d/netif: Typo fix
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 31 Oct 2024 00:58:50 UTC
The branch stable/13 has been updated by kbowling:
URL: https://cgit.FreeBSD.org/src/commit/?id=a151fecbd52d5b2a517286082e66ddbbcb020d20
commit a151fecbd52d5b2a517286082e66ddbbcb020d20
Author: Robert William Vesterman <bob@vesterman.com>
AuthorDate: 2024-10-18 02:54:39 +0000
Commit: Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2024-10-31 00:58:21 +0000
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)
---
libexec/rc/rc.d/netif | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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()
{