Minor spelling mistake

Noticed it while starting the client, got on my nerves fairly quickly.
This commit is contained in:
Max Gurela 2014-03-11 08:14:58 -06:00
parent 474aee3e55
commit e49260bbbb

View file

@ -103,7 +103,7 @@ namespace MinecraftClient
}
else
{
Console.WriteLine("Server was successfuly joined.\nType '/quit' to leave the server.");
Console.WriteLine("Server was successfully joined.\nType '/quit' to leave the server.");
//Command sending thread, allowing user input
t_sender = new Thread(new ThreadStart(StartTalk));