From 80fbad17093cb0a24f51bc8cfcf17ab0b9973391 Mon Sep 17 00:00:00 2001 From: juanmanuelr Date: Mon, 30 May 2011 14:40:17 +0000 Subject: [PATCH] 2011-05-30 Juan Manuel Ramon * install.php: Fixed typo mistake in this file. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4391 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/install.php | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index c6d9563171..726078ab0d 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2011-05-30 Juan Manuel Ramon + + * install.php: Fixed typo mistake in this file. + 2011-05-30 Juan Manuel Ramon * ChangeLog: forgot to update Changelog. diff --git a/pandora_console/install.php b/pandora_console/install.php index 7e8d08bfb4..58de6dc409 100644 --- a/pandora_console/install.php +++ b/pandora_console/install.php @@ -318,7 +318,7 @@ function parse_oracle_dump($connection, $url, $debug = false) { function oracle_drop_all_objects ($connection) { - //Drop all objects of the current instalation + //Drop all objects of the current installation $stmt = oci_parse($connection, "BEGIN " . "FOR cur_rec IN (SELECT object_name, object_type " . @@ -585,7 +585,7 @@ function install_step3() { echo ""; - echo "
Instalation in
"; + echo "
Installation in
"; echo "