From d90483d3d0d2c334fff01faa0d1ef4899fce700b Mon Sep 17 00:00:00 2001 From: ultramage Date: Sat, 1 Sep 2007 08:14:36 +0000 Subject: Fixed certain typos in src/npc/doc files git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11102 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/charcommand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/charcommand.c') diff --git a/src/map/charcommand.c b/src/map/charcommand.c index 505bf3d37..d6d46d19f 100644 --- a/src/map/charcommand.c +++ b/src/map/charcommand.c @@ -3608,7 +3608,7 @@ int charcommand_monsterignore(const int fd, struct map_session_data* sd, const c if (!pl_sd->state.monster_ignore) { pl_sd->state.monster_ignore = 1; - clif_displaymessage(pl_sd->fd, "You are now inmune to attacks."); + clif_displaymessage(pl_sd->fd, "You are now immune to attacks."); if (fd != pl_sd->fd) clif_displaymessage(pl_sd->fd, "Target player is now immune to attacks."); } else { -- cgit v1.2.3-60-g2f50