diff options
author | あまみや ゆうこ <1@1234.sh> | 2015-10-07 07:00:15 +0800 |
---|---|---|
committer | あまみや ゆうこ <1@1234.sh> | 2015-10-07 07:00:15 +0800 |
commit | 1f940efbe82d6ba5a9c7f8269f087d0709d77011 (patch) | |
tree | 15c32f2a8a5a53d34afef901f827c960da885dbb /tests | |
parent | ef9e505c66a82dc6928b8ddf9332a88e675d532d (diff) | |
download | coreclr-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.cs | 2 |
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) { |