You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2019/09/20 20:44:47 UTC

svn commit: r1867253 - /httpd/httpd/trunk/docs/manual/programs/httxt2dbm.xml

Author: jailletc36
Date: Fri Sep 20 20:44:47 2019
New Revision: 1867253

URL: http://svn.apache.org/viewvc?rev=1867253&view=rev
Log:
Fix a typo

Modified:
    httpd/httpd/trunk/docs/manual/programs/httxt2dbm.xml

Modified: httpd/httpd/trunk/docs/manual/programs/httxt2dbm.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/httxt2dbm.xml?rev=1867253&r1=1867252&r2=1867253&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/httxt2dbm.xml (original)
+++ httpd/httpd/trunk/docs/manual/programs/httxt2dbm.xml Fri Sep 20 20:44:47 2019
@@ -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.