diff options
| author | Jose Luis Duran <jlduran@FreeBSD.org> | 2025-10-17 14:15:46 +0000 |
|---|---|---|
| committer | Jose Luis Duran <jlduran@FreeBSD.org> | 2025-10-18 17:04:25 +0000 |
| commit | 982d70ca2e6333b7e8ccf828b004ccf20a9cc550 (patch) | |
| tree | 36e38b8496a4c6e2cd47a62402eff73b5b3c0561 /libexec | |
| parent | 301e6c47127d358073a35c1ecd7b8cf014d0bb92 (diff) | |
rc.conf: Fix typo interferring -> interfering
Reviewed by: emaste
MFC after: 2 days
Differential Revision: https://reviews.freebsd.org/D53168
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rc/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
