From: Christophe Jaillet Date: Sat, 23 Dec 2023 10:30:04 +0000 (+0000) Subject: Fix a typo (missing "t") X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9028584a89a761e2804b596ce2c9f961f5b6fb8;p=thirdparty%2Fapache%2Fhttpd.git Fix a typo (missing "t") s/redisribution/redistribution/ PR 67018 [] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914884 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/mime.types b/docs/conf/mime.types index 2957b67d25e..1b92ee1c83e 100644 --- a/docs/conf/mime.types +++ b/docs/conf/mime.types @@ -1,6 +1,6 @@ # This file maps Internet media types to unique file extension(s). # Although created for httpd, this file is used by many software systems -# and has been placed in the public domain for unlimited redisribution. +# and has been placed in the public domain for unlimited redistribution. # # The table below contains both registered and (common) unregistered types. # A type that has no unique extension can be ignored -- they are listed diff --git a/test/pyhttpd/conf/mime.types b/test/pyhttpd/conf/mime.types index b90b1658761..2db5c0913b2 100644 --- a/test/pyhttpd/conf/mime.types +++ b/test/pyhttpd/conf/mime.types @@ -1,6 +1,6 @@ # This file maps Internet media types to unique file extension(s). # Although created for httpd, this file is used by many software systems -# and has been placed in the public domain for unlimited redisribution. +# and has been placed in the public domain for unlimited redistribution. # # The table below contains both registered and (common) unregistered types. # A type that has no unique extension can be ignored -- they are listed