git: 59c0a987e0d3 - stable/15 - rc.conf: Fix typo interferring -> interfering

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

URL: https://cgit.FreeBSD.org/src/commit/?id=59c0a987e0d3fab4a884f57001802e6099624d57

commit 59c0a987e0d3fab4a884f57001802e6099624d57
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:02:25 +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 af4f6be30cc4..87f9d50b3b3c 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.