From 2fd3455de8e25630bb6c533314806ed70ba41344 Mon Sep 17 00:00:00 2001 From: oetiker Date: Sat, 15 Nov 2008 14:15:38 +0000 Subject: [PATCH] fix typo in handle_request_help --kevin git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1668 a5681a0c-68f1-0310-ab6d-d61299d08faa --- src/rrd_daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] = -- 2.11.0