Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Oct 2024 00:50:20 GMT
From:      Kevin Bowling <kbowling@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 6fb03ddbce07 - stable/14 - libexec/rc/rc.d/netif: Typo fix
Message-ID:  <202410310050.49V0oKfX069166@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by kbowling:

URL: https://cgit.FreeBSD.org/src/commit/?id=6fb03ddbce076a24808f95846ddfcf0f2b7508bb

commit 6fb03ddbce076a24808f95846ddfcf0f2b7508bb
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:49:57 +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 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()
 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410310050.49V0oKfX069166>