]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
spelling fix
authorJeff Trawick <trawick@apache.org>
Mon, 25 Apr 2011 22:49:59 +0000 (22:49 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 25 Apr 2011 22:49:59 +0000 (22:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1096624 13f79535-47bb-0310-9956-ffa450edef68

include/httpd.h

index bc577f5fcd3fb2bfdd8763c56f2dc761f6e2136e..e03a77ab9365454dffdeb10825e345c05b6ab18b 100644 (file)
@@ -1150,7 +1150,7 @@ struct conn_state_t {
     apr_pool_t *p;
     /** bucket allocator */
     apr_bucket_alloc_t *bucket_alloc;
-    /** poll file decriptor information */
+    /** poll file descriptor information */
     apr_pollfd_t pfd;
     /** Current state of the connection */
     conn_state_e state;