diff options
Diffstat (limited to 'usr.sbin/relayd/control.c')
-rw-r--r-- | usr.sbin/relayd/control.c | 4 |
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); |