From d87b5a5da0c7873c9ad46e885d805994d6b9f0e2 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Tue, 14 Sep 2010 21:13:33 +0000 Subject: [PATCH] MDL-17491 fixed notice typo --- lib/dml/oci_native_moodle_database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dml/oci_native_moodle_database.php b/lib/dml/oci_native_moodle_database.php index 272b86feed7..9e7d411db7a 100644 --- a/lib/dml/oci_native_moodle_database.php +++ b/lib/dml/oci_native_moodle_database.php @@ -168,7 +168,7 @@ class oci_native_moodle_database extends moodle_database { unset($this->dboptions['dbsocket']); // NOTE: use of ', ", / and \ is very problematic, even native oracle tools seem to have - // problems with these, so just forget them and od not report problems into tracker... + // problems with these, so just forget them and do not report problems into tracker... if (empty($this->dbhost)) { // old style full address (TNS)