comparsion -> comparison
authorJohn Doe <github.john.doe@outlook.com>
Wed, 17 Apr 2019 23:15:44 +0000 (16:15 -0700)
committerJohn Doe <github.john.doe@outlook.com>
Wed, 17 Apr 2019 23:15:44 +0000 (16:15 -0700)
src/Microsoft.Diagnostic.TestHelpers/TestConfiguration.cs

index 8f6d09241386e63d2748f4a23abc87a5c881949d..abad7d69f883b4b21a71c2da46b1a2a8165bf20e 100644 (file)
@@ -213,7 +213,7 @@ namespace Microsoft.Diagnostic.TestHelpers
                     string leftValue = ResolveProperties(config, parts[0]).Trim();
                     string rightValue = ResolveProperties(config, parts[1]).Trim();
 
-                    // Now do the simple string comparsion of the left/right sides of the condition
+                    // Now do the simple string comparison of the left/right sides of the condition
                     return equal ? leftValue == rightValue : leftValue != rightValue;
                 }
             }