git: 10924c4fc3be - main - ac(8): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 04 Jun 2022 10:41:31 UTC
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=10924c4fc3bec1a3170681e42c3a854845584a51

commit 10924c4fc3bec1a3170681e42c3a854845584a51
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-06-04 10:41:20 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-06-04 10:41:20 +0000

    ac(8): Fix a typo in a source code comment
    
    - s/chosing/choosing/
    
    MFC after:      3 days
---
 usr.sbin/ac/ac.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/ac/ac.c b/usr.sbin/ac/ac.c
index 8e7ed2497937..bfd9e37465c4 100644
--- a/usr.sbin/ac/ac.c
+++ b/usr.sbin/ac/ac.c
@@ -68,7 +68,7 @@ struct user_entry {
 };
 
 /*
- * this is for chosing whether to ignore a login
+ * this is for choosing whether to ignore a login
  */
 struct tty_entry {
 	SLIST_ENTRY(tty_entry) next;