]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix a typo
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 21 Sep 2019 05:30:34 +0000 (05:30 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 21 Sep 2019 05:30:34 +0000 (05:30 +0000)
(r1867253 in trunk)

+ remove some trailing spaces to synch with trunk

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1867260 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/programs/httxt2dbm.xml

index 195201e63d15882de0c31e5870cfbf2cb59ac34e..09750225831f5a8b8d1474c47dd101015cb93bd4 100644 (file)
@@ -29,7 +29,7 @@
     <p><code>httxt2dbm</code> is used to generate dbm files from text input, for
     use in <directive module="mod_rewrite">RewriteMap</directive> with the
     <code>dbm</code> map type.</p>
-    
+
     <p>If the output file already exists, it will not be truncated. New keys will be
     added and existing keys will be updated.</p>
 </summary>
@@ -61,7 +61,7 @@
     </dd>
 
     <dt><code>-i <var>SOURCE_TXT</var></code></dt>
-    <dd>Input file from which the dbm is to be created. The file should be formated
+    <dd>Input file from which the dbm is to be created. The file should be formatted
     with one record per line, of the form: <code>key value</code>.
     See the documentation for <directive module="mod_rewrite">RewriteMap</directive> for
     further details of this file's format and meaning.