From: Jeff Trawick Date: Thu, 3 Mar 2011 22:43:53 +0000 (+0000) Subject: spelling fix in a comment X-Git-Tag: 2.3.12~286 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81386f1120473d58eb2554235ac01415ed292710;p=thirdparty%2Fapache%2Fhttpd.git spelling fix in a comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1076859 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/httpd.h b/include/httpd.h index 63312295483..a7650a7df7b 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -1936,7 +1936,7 @@ AP_DECLARE(void) ap_log_assert(const char *szExp, const char *szFile, int nLine) #endif /** - * @defgroup stopsignal Flags which indicate places where the sever should stop for debugging. + * @defgroup stopsignal Flags which indicate places where the server should stop for debugging. * @{ * A set of flags which indicate places where the server should raise(SIGSTOP). * This is useful for debugging, because you can then attach to that process