]> granicus.if.org Git - apache/commitdiff
spelling fix in a comment
authorJeff Trawick <trawick@apache.org>
Thu, 3 Mar 2011 22:43:53 +0000 (22:43 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 3 Mar 2011 22:43:53 +0000 (22:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1076859 13f79535-47bb-0310-9956-ffa450edef68

include/httpd.h

index 63312295483523606523b7b1e6130dd3a0b1b66d..a7650a7df7b9f96d03595507fb1941ad110c1a7f 100644 (file)
@@ -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