summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorあまみや ゆうこ <1@1234.sh>2015-10-07 07:00:15 +0800
committerあまみや ゆうこ <1@1234.sh>2015-10-07 07:00:15 +0800
commit1f940efbe82d6ba5a9c7f8269f087d0709d77011 (patch)
tree15c32f2a8a5a53d34afef901f827c960da885dbb /tests
parentef9e505c66a82dc6928b8ddf9332a88e675d532d (diff)
downloadcoreclr-1f940efbe82d6ba5a9c7f8269f087d0709d77011.tar.gz
coreclr-1f940efbe82d6ba5a9c7f8269f087d0709d77011.tar.bz2
coreclr-1f940efbe82d6ba5a9c7f8269f087d0709d77011.zip
correct word spelling
Diffstat (limited to 'tests')
-rw-r--r--tests/src/JIT/Methodical/flowgraph/bug619534/finallyclone.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/JIT/Methodical/flowgraph/bug619534/finallyclone.cs b/tests/src/JIT/Methodical/flowgraph/bug619534/finallyclone.cs
index eda345049a..36362f7c3c 100644
--- a/tests/src/JIT/Methodical/flowgraph/bug619534/finallyclone.cs
+++ b/tests/src/JIT/Methodical/flowgraph/bug619534/finallyclone.cs
@@ -33,7 +33,7 @@ public class TestClass
}
catch (ApplicationException) //This is the expected behavior.
{
- Console.WriteLine("correct exception occured.");
+ Console.WriteLine("correct exception occurred.");
}
catch (Exception e)
{