summaryrefslogtreecommitdiff
path: root/usr.sbin/relayd
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2010-05-10 02:00:51 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2010-05-10 02:00:51 +0000
commite4dc71b9fd4a33715b07f881315d244cf5790dce (patch)
treeef3d541f654538fb428589bcde9e9b73c688157d /usr.sbin/relayd
parent5323f19923d178a32640441002e11d28b3d960df (diff)
Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' ->
'possibility', 'optins' -> 'options', 'resposne' -> 'response', 'unecessary' -> 'unnecessary', 'desination' -> 'destination'. Collected from various misc@ and tech@ postings, many by Brad Tilley.
Diffstat (limited to 'usr.sbin/relayd')
-rw-r--r--usr.sbin/relayd/control.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/relayd/control.c b/usr.sbin/relayd/control.c
index b205b93d3b0..bbcde386601 100644
--- a/usr.sbin/relayd/control.c
+++ b/usr.sbin/relayd/control.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: control.c,v 1.34 2010/01/11 06:40:14 jsg Exp $ */
+/* $OpenBSD: control.c,v 1.35 2010/05/10 02:00:50 krw Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -342,7 +342,7 @@ control_dispatch_imsg(int fd, short event, void *arg)
*
* so in this case, the reply relayctl gets means
* that the reload command has been set,
- * it doesn't say wether the command succeeded or not.
+ * it doesn't say whether the command succeeded or not.
*/
imsg_compose_event(&c->iev, IMSG_CTL_OK,
0, 0, -1, NULL, 0);