Date: Mon, 28 Oct 2024 03:30:42 GMT From: Kevin Bowling <kbowling@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 65691b2dafda - main - libexec/rc/rc.d/netif: Typo fix Message-ID: <202410280330.49S3UguG054315@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/src/commit/?id=65691b2dafda23691c3989749def755a98e731ec commit 65691b2dafda23691c3989749def755a98e731ec Author: Robert William Vesterman <bob@vesterman.com> AuthorDate: 2024-10-18 02:54:39 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2024-10-28 03:30:19 +0000 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 --- 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 4fe9b60cbb20..8c033acaf828 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?202410280330.49S3UguG054315>