Date: Sat, 4 Jun 2022 10:41:31 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 10924c4fc3be - main - ac(8): Fix a typo in a source code comment Message-ID: <202206041041.254AfVbU085897@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206041041.254AfVbU085897>