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

index ceb8b9632192dde4e2ab3030061265c678bace4e..17d5a599c2af7b5efc4c875e29e1eee1dd6d85c6 100644 (file)
@@ -68,7 +68,7 @@ namespace Microsoft.Diagnostic.TestHelpers
             }
             // The TargetArchitecture and NuGetPackageCacheDir can still be overridden
             // in a config file. This is just setting the default. The other values can 
-            // also // be overriden but it is not recommended.
+            // also // be overridden but it is not recommended.
             Dictionary<string, string> initialConfig = new Dictionary<string, string>
             {
                 ["Timestamp"] = GetTimeStampText(),