git: 3b31bf26b47b - main - cron(8): Fix a typo in the documentation
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Apr 2022 13:16:55 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=3b31bf26b47b45323d25e32591690737906020d3
commit 3b31bf26b47b45323d25e32591690737906020d3
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 13:16:33 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-02 13:16:33 +0000
cron(8): Fix a typo in the documentation
- s/commmand/command/
MFC after: 3 days
---
usr.sbin/cron/doc/MAIL | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr.sbin/cron/doc/MAIL b/usr.sbin/cron/doc/MAIL
index 624f7c4e43eb..b4aa96b6aee2 100644
--- a/usr.sbin/cron/doc/MAIL
+++ b/usr.sbin/cron/doc/MAIL
@@ -447,7 +447,7 @@ Status: RO
The System V cron is nice, but it has a few annoying features. One is that
its mail files will say that the previous message is the output of "one of your
-cron commands." I wish it would say WHICH cron commmand.
+cron commands." I wish it would say WHICH cron command.
<< Done. Also which shell, which user (useful when the mail gets
forwarded), which home directory, and other useful crud. >>