Merge pull request #36 from maxpowa/patch-1

Minor spelling mistake
This commit is contained in:
ORelio 2014-03-11 16:37:42 +01:00
commit 7f17eef989

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));