git: 3b6346222f80 - stable/12 - ac(8): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Jun 2022 12:45:54 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=3b6346222f80fb0900b9ff8deebb211180e5f562 commit 3b6346222f80fb0900b9ff8deebb211180e5f562 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-06-04 10:41:20 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-06-10 12:38:57 +0000 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 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;