Unkonwn -> Unknown
authorJane Doe <github.jane.doe@outlook.com>
Sat, 17 Nov 2018 20:31:50 +0000 (12:31 -0800)
committerJane Doe <github.jane.doe@outlook.com>
Sat, 17 Nov 2018 20:35:55 +0000 (12:35 -0800)
tests/runner/MIResults.cs

index 2ed565e03d0feedd59caf713f557cb375b67ef84..1af663ab66c8c173f9855205ca44d975115969ef 100644 (file)
@@ -424,7 +424,7 @@ namespace MICore
                     return string.Format(CultureInfo.InvariantCulture, "[...] count = {0}", ((ListValue)this.Value).Length);
                 }
 
-                return "<Unkonwn ResultValue Type>";
+                return "<Unknown ResultValue Type>";
             }
         }