aboutsummaryrefslogtreecommitdiffstats
path: root/includes/installer/OracleInstaller.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/installer/OracleInstaller.php')
-rw-r--r--includes/installer/OracleInstaller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/installer/OracleInstaller.php b/includes/installer/OracleInstaller.php
index 659a1d7cc662..644eec1ec63f 100644
--- a/includes/installer/OracleInstaller.php
+++ b/includes/installer/OracleInstaller.php
@@ -47,7 +47,7 @@ class OracleInstaller extends DatabaseInstaller {
];
public static $minimumVersion = '9.0.1'; // 9iR1
- protected static $notMiniumumVerisonMessage = 'config-oracle-old';
+ protected static $notMinimumVerisonMessage = 'config-oracle-old';
protected $connError = null;