From: Tobias Oetiker Date: Sat, 15 Nov 2008 14:15:38 +0000 (+0000) Subject: fix typo in handle_request_help X-Git-Tag: 1.4.0~204 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ef120dbf938ff8a5ca6b597eeb6f6cad78fb2bb7;p=thirdparty%2Frrdtool-1.x.git fix typo in handle_request_help --kevin git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1668 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/src/rrd_daemon.c b/src/rrd_daemon.c index c491d148..68216cb5 100644 --- a/src/rrd_daemon.c +++ b/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] =