From: oetiker Date: Sat, 15 Nov 2008 14:15:38 +0000 (+0000) Subject: fix typo in handle_request_help X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=07248e9084c2daa72e205cd1a13f5ee8600f4968;p=rrdtool-all.git fix typo in handle_request_help --kevin git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1668 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/src/rrd_daemon.c b/program/src/rrd_daemon.c index c491d148..68216cb5 100644 --- a/program/src/rrd_daemon.c +++ b/program/src/rrd_daemon.c @@ -1092,7 +1092,7 @@ static int handle_request_help (listen_socket_t *sock, /* {{{ */ "Usage: FLUSH \n" "\n" "Adds the given filename to the head of the update queue and returns\n" - "after is has been dequeued.\n" + "after it has been dequeued.\n" }; char *help_flushall[2] =