From 162af4caa481eef2529ccdc1299d9578539143c9 Mon Sep 17 00:00:00 2001 From: ultramage Date: Thu, 22 Mar 2007 21:03:19 +0000 Subject: Some generic typo fixes (src and npc) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10054 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/ladmin/ladmin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ladmin') diff --git a/src/ladmin/ladmin.c b/src/ladmin/ladmin.c index 3f75edca8..947af1900 100644 --- a/src/ladmin/ladmin.c +++ b/src/ladmin/ladmin.c @@ -125,7 +125,7 @@ char date_format[32] = "%Y-%m-%d %H:%M:%S"; // // check // Check the validity of a password for an account -// NOTE: Server will never sends back a password. +// NOTE: Server will never send back a password. // It's the only method you have to know if a password is correct. // The other method is to have a ('physical') access to the accounts file. // @@ -933,7 +933,7 @@ void display_help(char* param, int language) { } else if (strcmp(command, "check") == 0) { printf("check \n"); printf(" Check the validity of a password for an account.\n"); - printf(" NOTE: Server will never sends back a password.\n"); + printf(" NOTE: Server will never send back a password.\n"); printf(" It's the only method you have to know if a password is correct.\n"); printf(" The other method is to have a ('physical') access to the accounts file.\n"); } else if (strcmp(command, "create") == 0) { -- cgit v1.2.3-70-g09d2