From 723ae0364a4427ad13db553b0d7bb771d0becb93 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 12 Jan 2006 17:52:10 +0000 Subject: [PATCH] typo --- ChangeLog | 3 +++ Documentation.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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