summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
authorMysteries <mysteriousragnarok@hotmail.com>2014-12-14 22:29:56 -0500
committerMysteries <mysteriousragnarok@hotmail.com>2014-12-14 22:29:56 -0500
commitc7df86cc2442c29649ae44b629b05818a1742c08 (patch)
tree9da0b2c0b999b4f572fc8eec0f61d54593afb740 /src/map/map.c
parentc0169f29abd37dcc8c29510343755c5034a0751a (diff)
downloadhercules-c7df86cc2442c29649ae44b629b05818a1742c08.tar.gz
hercules-c7df86cc2442c29649ae44b629b05818a1742c08.tar.bz2
hercules-c7df86cc2442c29649ae44b629b05818a1742c08.tar.xz
hercules-c7df86cc2442c29649ae44b629b05818a1742c08.zip
Fixed some improper grammar.
Diffstat (limited to 'src/map/map.c')
-rw-r--r--src/map/map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.c b/src/map/map.c
index 2c1495f32..010df6286 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -5484,7 +5484,7 @@ void map_helpscreen(bool do_exit)
ShowInfo(" scripts passed through --load-script.\n");
ShowInfo(" --load-script <file> Loads an additional script (can be repeated).\n");
ShowInfo(" --load-plugin <name> Loads an additional plugin (can be repeated).\n");
- HPM->arg_help();/* display help for commands implemented thru HPM */
+ HPM->arg_help(); /* display help for commands implemented through HPM */
if( do_exit )
exit(EXIT_SUCCESS);
}