git: 907cb4ac5fea - stable/14 - rc.conf: Fix typo interferring -> interfering

From: Jose Luis Duran <jlduran_at_FreeBSD.org>
Date: Mon, 20 Oct 2025 16:09:44 UTC
The branch stable/14 has been updated by jlduran:

URL: https://cgit.FreeBSD.org/src/commit/?id=907cb4ac5fea8f249e10f14316289e7c4f4fdea0

commit 907cb4ac5fea8f249e10f14316289e7c4f4fdea0
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-20 16:09:30 +0000

    rc.conf: Fix typo interferring -> interfering
    
    Reviewed by:    emaste
    MFC after:      2 days
    Differential Revision:  https://reviews.freebsd.org/D53168
    
    (cherry picked from commit 982d70ca2e6333b7e8ccf828b004ccf20a9cc550)
---
 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 b17dbb6902cc..39ec921b36c5 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.