git: 0a81527da8e5 - main - rc.conf: Fix a typo in a comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 03 Sep 2022 12:57:51 UTC
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=0a81527da8e51e3dd77af2ef4950d6559684487f

commit 0a81527da8e51e3dd77af2ef4950d6559684487f
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-03 12:57:39 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-03 12:57:39 +0000

    rc.conf: Fix a typo in a comment
    
    - s/overriden/overridden/
    
    MFC after:      3 days
---
 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 c12377d035d6..6b2c33792ea7 100644
--- a/libexec/rc/rc.conf
+++ b/libexec/rc/rc.conf
@@ -570,7 +570,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.