ac(8): Fix a typo in a source code comment

- s/chosing/choosing/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-06-04 12:41:20 +02:00
parent 7a33c6bf52
commit 10924c4fc3

View File

@ -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;