From 18b932ae7b11a75c3d68141789c42a20bb27396c Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Sun, 23 Oct 2005 18:33:07 +0000 Subject: Grammar Corrections, and a little bit of work on getting the name of the Db. --- src/client.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/client.cpp') diff --git a/src/client.cpp b/src/client.cpp index 2b8b3204..7669b112 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -41,7 +41,7 @@ int main(int argc, char *argv[]) exit(2); } - printf("Succesfully connected!\n"); + printf("Successfully connected!\n"); int answer = 1; char line[256] = ""; @@ -56,8 +56,8 @@ int main(int argc, char *argv[]) printf ("2) Login\n"); printf ("3) Chat\n"); printf ("4) Create character\n"); - printf ("5) Character selecion\n"); - printf ("Insert your option: "); + printf ("5) Character selection\n"); + printf ("Choose your option: "); std::cin >> answer; switch (answer) { @@ -106,7 +106,7 @@ int main(int argc, char *argv[]) { // Select character msg.writeShort(CMSG_CHAR_SELECT); - printf("\nCharacrer ID: "); + printf("\nCharacter ID: "); std::cin >> line; msg.writeByte(atoi(line)); } break; -- cgit v1.2.3-70-g09d2