diff options
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 71bea1ec5..f8e2d4d17 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -4250,7 +4250,7 @@ int atcommand_param( if (strcmpi(command, param[i]) == 0) break; - if (param[i] == NULL || i > MAX_STATUS_TYPE) { // normaly impossible... + if (param[i] == NULL || i > MAX_STATUS_TYPE) { // normally impossible... sprintf(atcmd_output, "Please, enter a valid value (usage: @str,@agi,@vit,@int,@dex,@luk <+/-adjustement>)."); clif_displaymessage(fd, atcmd_output); return -1; |