diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-07 21:54:12 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-07 21:54:12 +0000 |
commit | f325738db0ff69176476cac7f11e0460bfdbcba4 (patch) | |
tree | 75da73a61dddf03c54ba7d1ddd5b6d35c6439288 /src/ladmin | |
parent | 77fd5cb10e8e63ce973cb7bd56a3ad4dabb58f90 (diff) | |
download | hercules-f325738db0ff69176476cac7f11e0460bfdbcba4.tar.gz hercules-f325738db0ff69176476cac7f11e0460bfdbcba4.tar.bz2 hercules-f325738db0ff69176476cac7f11e0460bfdbcba4.tar.xz hercules-f325738db0ff69176476cac7f11e0460bfdbcba4.zip |
Some minor typo fixing.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10960 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/ladmin')
-rw-r--r-- | src/ladmin/ladmin.c | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/ladmin/ladmin.c b/src/ladmin/ladmin.c index 7d8815eb2..2605cb93c 100644 --- a/src/ladmin/ladmin.c +++ b/src/ladmin/ladmin.c @@ -1337,7 +1337,7 @@ int banaddaccount(char* param) ladmin_log("Ajustement de l'année hors norme (commande 'banadd')." RETCODE); } else { ShowMessage("Please give a correct adjustment for the years (from -127 to 127).\n"); - ladmin_log("Abnormal adjustement for the year ('banadd' command)." RETCODE); + ladmin_log("Abnormal adjustment for the year ('banadd' command)." RETCODE); } return 137; } @@ -1347,7 +1347,7 @@ int banaddaccount(char* param) ladmin_log("Ajustement du mois hors norme (commande 'banadd')." RETCODE); } else { ShowMessage("Please give a correct adjustment for the months (from -255 to 255).\n"); - ladmin_log("Abnormal adjustement for the month ('banadd' command)." RETCODE); + ladmin_log("Abnormal adjustment for the month ('banadd' command)." RETCODE); } return 137; } @@ -1357,7 +1357,7 @@ int banaddaccount(char* param) ladmin_log("Ajustement des jours hors norme (commande 'banadd')." RETCODE); } else { ShowMessage("Please give a correct adjustment for the days (from -32767 to 32767).\n"); - ladmin_log("Abnormal adjustement for the days ('banadd' command)." RETCODE); + ladmin_log("Abnormal adjustment for the days ('banadd' command)." RETCODE); } return 137; } @@ -1367,7 +1367,7 @@ int banaddaccount(char* param) ladmin_log("Ajustement des heures hors norme (commande 'banadd')." RETCODE); } else { ShowMessage("Please give a correct adjustment for the hours (from -32767 to 32767).\n"); - ladmin_log("Abnormal adjustement for the hours ('banadd' command)." RETCODE); + ladmin_log("Abnormal adjustment for the hours ('banadd' command)." RETCODE); } return 137; } @@ -1377,7 +1377,7 @@ int banaddaccount(char* param) ladmin_log("Ajustement des minutes hors norme (commande 'banadd')." RETCODE); } else { ShowMessage("Please give a correct adjustment for the minutes (from -32767 to 32767).\n"); - ladmin_log("Abnormal adjustement for the minutes ('banadd' command)." RETCODE); + ladmin_log("Abnormal adjustment for the minutes ('banadd' command)." RETCODE); } return 137; } @@ -1387,7 +1387,7 @@ int banaddaccount(char* param) ladmin_log("Ajustement des secondes hors norme (commande 'banadd')." RETCODE); } else { ShowMessage("Please give a correct adjustment for the seconds (from -32767 to 32767).\n"); - ladmin_log("Abnormal adjustement for the seconds ('banadd' command)." RETCODE); + ladmin_log("Abnormal adjustment for the seconds ('banadd' command)." RETCODE); } return 137; } @@ -2717,7 +2717,7 @@ int timeaddaccount(char* param) ladmin_log("Ajustement de l'année hors norme ('timeadd' command)." RETCODE); } else { ShowMessage("Please give a correct adjustment for the years (from -127 to 127).\n"); - ladmin_log("Abnormal adjustement for the year ('timeadd' command)." RETCODE); + ladmin_log("Abnormal adjustment for the year ('timeadd' command)." RETCODE); } return 137; } @@ -2727,7 +2727,7 @@ int timeaddaccount(char* param) ladmin_log("Ajustement du mois hors norme ('timeadd' command)." RETCODE); } else { ShowMessage("Please give a correct adjustment for the months (from -255 to 255).\n"); - ladmin_log("Abnormal adjustement for the month ('timeadd' command)." RETCODE); + ladmin_log("Abnormal adjustment for the month ('timeadd' command)." RETCODE); } return 137; } @@ -2737,7 +2737,7 @@ int timeaddaccount(char* param) ladmin_log("Ajustement des jours hors norme ('timeadd' command)." RETCODE); } else { ShowMessage("Please give a correct adjustment for the days (from -32767 to 32767).\n"); - ladmin_log("Abnormal adjustement for the days ('timeadd' command)." RETCODE); + ladmin_log("Abnormal adjustment for the days ('timeadd' command)." RETCODE); } return 137; } @@ -2747,7 +2747,7 @@ int timeaddaccount(char* param) ladmin_log("Ajustement des heures hors norme ('timeadd' command)." RETCODE); } else { ShowMessage("Please give a correct adjustment for the hours (from -32767 to 32767).\n"); - ladmin_log("Abnormal adjustement for the hours ('timeadd' command)." RETCODE); + ladmin_log("Abnormal adjustment for the hours ('timeadd' command)." RETCODE); } return 137; } @@ -2757,7 +2757,7 @@ int timeaddaccount(char* param) ladmin_log("Ajustement des minutes hors norme ('timeadd' command)." RETCODE); } else { ShowMessage("Please give a correct adjustment for the minutes (from -32767 to 32767).\n"); - ladmin_log("Abnormal adjustement for the minutes ('timeadd' command)." RETCODE); + ladmin_log("Abnormal adjustment for the minutes ('timeadd' command)." RETCODE); } return 137; } @@ -2767,7 +2767,7 @@ int timeaddaccount(char* param) ladmin_log("Ajustement des secondes hors norme ('timeadd' command)." RETCODE); } else { ShowMessage("Please give a correct adjustment for the seconds (from -32767 to 32767).\n"); - ladmin_log("Abnormal adjustement for the seconds ('timeadd' command)." RETCODE); + ladmin_log("Abnormal adjustment for the seconds ('timeadd' command)." RETCODE); } return 137; } |