[rrd-developers] [PATCH] fix typo in handle_request_help

kevin brintnall kbrint at rufus.net
Thu Nov 13 16:07:24 CET 2008


---
 src/rrd_daemon.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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 <filename>\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] =
-- 
1.6.0.3



More information about the rrd-developers mailing list