From: Jeff Trawick Date: Mon, 25 Apr 2011 22:49:59 +0000 (+0000) Subject: spelling fix X-Git-Tag: 2.3.12~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dd9594f5ef1e2cfed85951272a1c538cb5ce7bf;p=thirdparty%2Fapache%2Fhttpd.git spelling fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1096624 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/httpd.h b/include/httpd.h index bc577f5fcd3..e03a77ab936 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -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;