Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrés G. Aragoneses <knocte@gmail.com>2014-01-19 20:51:24 +0400
committerAndrés G. Aragoneses <knocte@gmail.com>2014-01-19 20:51:24 +0400
commit0eb40ad2da700dab9a12c2162562d527a39aeb51 (patch)
treeeca68aa36ea45e5cbddc74af1ef2fbaa2f2fc3ec /mcs/class/System.Data.OracleClient
parent8f1a0ccce60a5b689f70c013715b419bbd03c56d (diff)
Fix very sticky typo in numerous places
Diffstat (limited to 'mcs/class/System.Data.OracleClient')
-rw-r--r--mcs/class/System.Data.OracleClient/Test/TestOracleClient.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Data.OracleClient/Test/TestOracleClient.cs b/mcs/class/System.Data.OracleClient/Test/TestOracleClient.cs
index 3f7810f6c08..dbec9aca65d 100644
--- a/mcs/class/System.Data.OracleClient/Test/TestOracleClient.cs
+++ b/mcs/class/System.Data.OracleClient/Test/TestOracleClient.cs
@@ -1345,7 +1345,7 @@ namespace Test.OracleClient
cmd2.ExecuteNonQuery ();
}
catch(OracleException) {
- // ignore if procedure does not exists
+ // ignore if procedure does not exist
}
Console.WriteLine(" Create table MONO_TEST_TABLE2...");