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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Harrington <pharring@users.noreply.github.com>2017-02-25 10:56:39 +0300
committerJan Kotas <jkotas@microsoft.com>2017-02-25 10:56:39 +0300
commit94a4ddf3f8f04ef2dc0486afcb62ef873bec2530 (patch)
tree24866f566bb0562882dc56edf26d2b3fb0bf040d /src/System.Private.Xml/tests/Xslt
parent9a25bd79ef9294b7d05513d5ea6b689eca4a3e83 (diff)
Fix typos: occurred/occurrence (#16459)
Diffstat (limited to 'src/System.Private.Xml/tests/Xslt')
-rw-r--r--src/System.Private.Xml/tests/Xslt/XslTransformApi/cthread.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Private.Xml/tests/Xslt/XslTransformApi/cthread.cs b/src/System.Private.Xml/tests/Xslt/XslTransformApi/cthread.cs
index f7760cc601..2c953fc9f0 100644
--- a/src/System.Private.Xml/tests/Xslt/XslTransformApi/cthread.cs
+++ b/src/System.Private.Xml/tests/Xslt/XslTransformApi/cthread.cs
@@ -135,7 +135,7 @@ namespace System.Xml.Tests
//Wait for this thread to complete...
Internal.Join();
- //Now throw any exceptions that occured from within the thread to the caller
+ //Now throw any exceptions that occurred from within the thread to the caller
if (_eReturn != null)
throw _eReturn;
}