git: 1c288575b024 - stable/13 - rc.conf: Fix a typo in a comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Tue, 06 Sep 2022 05:42:46 UTC
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=1c288575b0240f62281ec8e1f698814275b6655a

commit 1c288575b0240f62281ec8e1f698814275b6655a
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-03 12:57:39 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-06 05:41:22 +0000

    rc.conf: Fix a typo in a comment
    
    - s/overriden/overridden/
    
    (cherry picked from commit 0a81527da8e51e3dd77af2ef4950d6559684487f)
---
 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 422c2efa9b59..b9a482adf722 100644
--- a/libexec/rc/rc.conf
+++ b/libexec/rc/rc.conf
@@ -576,7 +576,7 @@ font8x8="NO"		# font 8x8 from /usr/share/{syscons,vt}/fonts/* (or NO).
 blanktime="300"		# blank time (in seconds) or "NO" to turn it off.
 saver="NO"		# screen saver: Uses /boot/kernel/${saver}_saver.ko
 moused_nondefault_enable="YES" # Treat non-default mice as enabled unless
-			       # specifically overriden in rc.conf(5).
+			       # specifically overridden in rc.conf(5).
 moused_enable="NO"	# Run the mouse daemon.
 moused_type="auto"	# See man page for rc.conf(5) for available settings.
 moused_port="/dev/psm0"	# Set to your mouse port.