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:
Diffstat (limited to 'mcs/class/System.Data.OracleClient/Test/TestOracleClient.cs')
-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...");