From: oetiker Date: Sat, 15 Nov 2008 14:15:38 +0000 (+0000) Subject: fix typo in handle_request_help X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=2fd3455de8e25630bb6c533314806ed70ba41344;ds=sidebyside 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 c491d14..68216cb 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] =