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:
authorBrian Chavez <bchavez@bitarmory.com>2017-08-30 03:10:01 +0300
committerDan Moseley <danmose@microsoft.com>2017-08-30 03:10:01 +0300
commita27929935d2782cdc3e7be21653e8c4530274c6f (patch)
tree5718bee09849ce12be8b78a87f3a7365fc9eb502 /src/System.Private.Xml/tests/Xslt
parent67e755a1e8d16d0e5a2f5919c71e531fbf708188 (diff)
XML doc spelling corrections - D through H. :shower: (#23638)
Diffstat (limited to 'src/System.Private.Xml/tests/Xslt')
-rw-r--r--src/System.Private.Xml/tests/Xslt/XsltCompiler/XsltCommon.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Private.Xml/tests/Xslt/XsltCompiler/XsltCommon.cs b/src/System.Private.Xml/tests/Xslt/XsltCompiler/XsltCommon.cs
index d182810177..fd10058cb8 100644
--- a/src/System.Private.Xml/tests/Xslt/XsltCompiler/XsltCommon.cs
+++ b/src/System.Private.Xml/tests/Xslt/XsltCompiler/XsltCommon.cs
@@ -131,7 +131,7 @@ namespace XmlCoreTest.Common
/// <param name="Baseline"></param>
/// <param name="baselineStartLine">The line to start comparison in the baseline file</param>
/// <param name="OutFile"></param>
- /// <param name="outFileStartLine">The line to start comparion in the output file</param>
+ /// <param name="outFileStartLine">The line to start comparison in the output file</param>
/// <param name="driverVersion"></param>
/// <param name="logger"></param>
/// <returns></returns>