summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjohan <johan@FreeBSD.org>2004-02-04 21:59:29 +0000
committerjohan <johan@FreeBSD.org>2004-02-04 21:59:29 +0000
commit7f04df28f522258df41c8ccd67c60123fc8c5e1e (patch)
tree7d95a93cb2355cc418d2b1176c0abaad2232f692 /usr.sbin
parentbb001b4d31bb63864fde21538761de070d0b316b (diff)
downloadFreeBSD-src-7f04df28f522258df41c8ccd67c60123fc8c5e1e.zip
FreeBSD-src-7f04df28f522258df41c8ccd67c60123fc8c5e1e.tar.gz
Fix typo, s/transmitts/transmits/
PR: 62346 Submitted by: Gavin Atkinson (gavin at ury.york.ac.uk)
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/timed/timedc/cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/timed/timedc/cmds.c b/usr.sbin/timed/timedc/cmds.c
index c6d6f07..5d30fe3 100644
--- a/usr.sbin/timed/timedc/cmds.c
+++ b/usr.sbin/timed/timedc/cmds.c
@@ -219,7 +219,7 @@ clockdiff(argc, argv)
printf("%s is down\n", hp->h_name);
continue;
case NONSTDTIME:
- printf("%s transmitts a non-standard time format\n",
+ printf("%s transmits a non-standard time format\n",
hp->h_name);
continue;
case UNREACHABLE:
OpenPOWER on IntegriCloud