Skip to content

Commit

Permalink
doc typos
Browse files Browse the repository at this point in the history
  • Loading branch information
lem9 committed Apr 15, 2009
1 parent 5c35412 commit 07a12d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
- bug #2634827 [import] Using DELIMITER ends with infinite cycle
- bug #2729191 [config] CheckConfigurationPermissions = false is worthless
- bug #2687046 [export] Structure export: Null always YES
- [doc] typos, thanks to Cédric Corazza

3.1.3.2 (2009-04-14)
- [security] Insufficient output sanitizing when generating configuration file
Expand Down
4 changes: 2 additions & 2 deletions Documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -1223,7 +1223,7 @@ <h2 id="config">Configuration</h2>
<dd>Define whether the previous login should be recalled or not in cookie
authentication mode.<br /><br />

This is automatically diabled if you do not have configured
This is automatically disabled if you do not have configured
<tt><a href="#cfg_blowfish_secret">$cfg['blowfish_secret']</a></tt>.
</dd>

Expand Down Expand Up @@ -4178,7 +4178,7 @@ <h4 id="faq8_2">
logged in), <code>mysql-denied</code> (MySQL denied user login),
<code>allow-denied</code> (user denied by allow/deny rules),
<code>root-denied</code> (root is denied in configuration),
<code>empty-denied</code> (empty password is denied).
<code>empty-denied</code> (empty password is denied).</dd>
</dl>
<p>
<code>LogFormat</code> directive for Apache can look like following:
Expand Down

0 comments on commit 07a12d9

Please sign in to comment.