From 2036b456638847de2ce57eb1a7d4b772cc01c917 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Wed, 8 Mar 2017 13:21:52 +0000 Subject: [PATCH] Fix spelling in a comment added in r1.173 --- cgi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cgi.c b/cgi.c index dedef2f6..8a4eea0c 100644 --- a/cgi.c +++ b/cgi.c @@ -1,4 +1,4 @@ -const char cgi_rcs[] = "$Id: cgi.c,v 1.172 2017/03/08 13:10:33 fabiankeil Exp $"; +const char cgi_rcs[] = "$Id: cgi.c,v 1.173 2017/03/08 13:16:26 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/cgi.c,v $ @@ -98,7 +98,7 @@ static const struct cgi_dispatcher cgi_dispatchers[] = { TRUE }, { "show-version", cgi_show_version, - NULL, /* Not considered important enought to include in the menu */ + NULL, /* Not considered important enough to include in the menu */ TRUE }, #ifdef FEATURE_CLIENT_TAGS /* -- 2.39.2