From 0b5a09d6a8a4594423dc5b2dd1b9df60f336dcb7 Mon Sep 17 00:00:00 2001 From: trifonnt Date: Tue, 16 Dec 2008 23:24:08 +0000 Subject: [PATCH] fix typo mistakes. --- migration/src/oracle/Table.java | 4 ++-- migration/src/readme.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/migration/src/oracle/Table.java b/migration/src/oracle/Table.java index 039f3dc453..67e4b68aa9 100644 --- a/migration/src/oracle/Table.java +++ b/migration/src/oracle/Table.java @@ -191,7 +191,7 @@ public class Table { } /** - * Adds a missing colum that will be included in the alter statement. + * Adds a missing column that will be included in the alter statement. * * @param column */ @@ -202,7 +202,7 @@ public class Table { } /** - * Adds a colum that will be dropped from the table. + * Adds a column that will be dropped from the table. * * @param column */ diff --git a/migration/src/readme.txt b/migration/src/readme.txt index 8d322cabca..7444261609 100644 --- a/migration/src/readme.txt +++ b/migration/src/readme.txt @@ -12,7 +12,7 @@ Installation of reference database (target) from console: tnsping c253b 3. Download Compiere253b (the version to migrate to) 4. Import the compiere reference into the new database - Replace COMPIERE_DB_PASSWORD wíth the password of the new oracle + Replace COMPIERE_DB_PASSWORD with the password of the new oracle database system user password and COMPIERE253b_DIRECTORY with the directory of the downloaded Compiere253b @@ -68,7 +68,7 @@ CHECK THE GENERATED SCRIPT CAREFULLY! values. APPLY THE SCRIPT TO YOUR DATABASE - BUT MAKE A BACKUP FIRST ! -If you do this with the compared (source) database you have to reimport the db dump first, +If you do this with the compared (source) database you have to re-import the db dump first, because the db is changed by the application. And please test it in a testing environment... After testing - please share script with the community!