diff --git a/ChangeLog b/ChangeLog index 471d38ce7..5b8d721eb 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2006-01-12 Marc Delisle + * Documentation.html: typo, thanks to Cédric Corazza + 2006-01-11 Marc Delisle * sql.php, libraries/sqlparser.lib.php: other fixes for bug #1394479 diff --git a/Documentation.html b/Documentation.html index 79bad4fb0..1ee3f4ea5 100755 --- a/Documentation.html +++ b/Documentation.html @@ -213,7 +213,7 @@ cd phpMyAdmin mkdir config # create directory for saving chmod o+rw config # give it world writable permissions - # if you want to edit existion configuration: + # if you want to edit existing configuration: cp config.inc.php config/ # copy current configuration chmod o+w config/config.inc.php # give it world writable permissions