From 07248e9084c2daa72e205cd1a13f5ee8600f4968 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@1668 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/src/rrd_daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] = -- 2.30.2