Fix typo from PR feedback.

This commit is contained in:
Michael Niksa 2018-04-25 14:17:38 -07:00
parent 067cf3a29b
commit ddb74ef5db

View file

@ -240,7 +240,7 @@ namespace ColorTool
}
else
{
Console.WriteLine("Failed to get conosle information.");
Console.WriteLine("Failed to get console information.");
}
return success;
}