Fix spelling.
authorRolf Bjarne Kvinge <rolf@xamarin.com>
Fri, 13 Mar 2015 17:01:45 +0000 (18:01 +0100)
committerRolf Bjarne Kvinge <rolf@xamarin.com>
Fri, 13 Mar 2015 17:29:55 +0000 (18:29 +0100)
mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/ConsoleLogger.cs

index 6226199b725e8df720947636ead3801a508f6341..ff6acda08f3a4e3465a0ec2ff5237c56694f2a65 100644 (file)
@@ -900,7 +900,7 @@ namespace Microsoft.Build.BuildEngine
                        void DumpPerformanceSummary ()
                        {
                                SetColor (eventColor);
-                               WriteLine ("Target perfomance summary:");
+                               WriteLine ("Target performance summary:");
                                ResetColor ();
        
                                foreach (var pi in targetPerfTable.OrderBy (pair => pair.Value.Time))
@@ -909,7 +909,7 @@ namespace Microsoft.Build.BuildEngine
                                WriteLine (String.Empty);
        
                                SetColor (eventColor);
-                               WriteLine ("Tasks perfomance summary:");
+                               WriteLine ("Tasks performance summary:");
                                ResetColor ();
        
                                foreach (var pi in tasksPerfTable.OrderBy (pair => pair.Value.Time))