BUG 8530 Text changes solved

- has been modify texts required !
This commit is contained in:
Alvaro Campos
2012-04-16 11:59:07 -04:00
parent 0eced3887f
commit b666ccbbf9
6 changed files with 17 additions and 17 deletions

View File

@@ -349,7 +349,7 @@ class PmTable
$stmt->executeQuery("DROP TABLE {$tableName}");
}
catch (Exception $e) {
throw new Exception("Phisical table '$tableName' does not exist!");
throw new Exception("Physical table '$tableName' does not exist!");
}
}
}