git: 982d70ca2e63 - main - rc.conf: Fix typo interferring -> interfering

From: Jose Luis Duran <jlduran_at_FreeBSD.org>
Date: Sat, 18 Oct 2025 17:15:11 UTC
The branch main has been updated by jlduran:

URL: https://cgit.FreeBSD.org/src/commit/?id=982d70ca2e6333b7e8ccf828b004ccf20a9cc550

commit 982d70ca2e6333b7e8ccf828b004ccf20a9cc550
Author:     Jose Luis Duran <jlduran@FreeBSD.org>
AuthorDate: 2025-10-17 14:15:46 +0000
Commit:     Jose Luis Duran <jlduran@FreeBSD.org>
CommitDate: 2025-10-18 17:04:25 +0000

    rc.conf: Fix typo interferring -> interfering
    
    Reviewed by:    emaste
    MFC after:      2 days
    Differential Revision:  https://reviews.freebsd.org/D53168
---
 libexec/rc/rc.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libexec/rc/rc.conf b/libexec/rc/rc.conf
index b7cce777c4f6..939acd3b5226 100644
--- a/libexec/rc/rc.conf
+++ b/libexec/rc/rc.conf
@@ -24,7 +24,7 @@
 : ${_localbase:="$(/sbin/sysctl -n user.localbase 2> /dev/null)"}
 : ${_localbase:="/usr/local"}
 
-# rc_debug can't be set here without interferring with rc.subr's setting it
+# rc_debug can't be set here without interfering with rc.subr's setting it
 # when the kenv variable rc.debug is set.
 #rc_debug="NO"		# Set to YES to enable debugging output from rc.d
 rc_info="NO"		# Enables display of informational messages at boot.