Date: Fri, 10 Jun 2022 12:34:11 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: ebc14d619c86 - stable/13 - ac(8): Fix a typo in a source code comment Message-ID: <202206101234.25ACYB32023767@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=ebc14d619c86e0bfbc5c246a53248d0f8a10c0d0 commit ebc14d619c86e0bfbc5c246a53248d0f8a10c0d0 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:29:35 +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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206101234.25ACYB32023767>