From ebc14d619c86e0bfbc5c246a53248d0f8a10c0d0 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 4 Jun 2022 12:41:20 +0200 Subject: [PATCH] ac(8): Fix a typo in a source code comment - s/chosing/choosing/ (cherry picked from commit 10924c4fc3bec1a3170681e42c3a854845584a51) --- 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 8e7ed249793..bfd9e37465c 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; -- 2.45.0