summaryrefslogtreecommitdiff
path: root/src/common/HPM.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/common/HPM.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/common/HPM.c')
-rw-r--r--src/common/HPM.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/HPM.c b/src/common/HPM.c
index e38451161..51a595310 100644
--- a/src/common/HPM.c
+++ b/src/common/HPM.c
@@ -273,7 +273,7 @@ void hplugin_unload(struct hplugin* plugin) {
if( plugin->dll )
plugin_close(plugin->dll);
/* TODO: for manual packet unload */
- /* - Go thru known packets and unlink any belonging to the plugin being removed */
+ /* - Go through known packets and unlink any belonging to the plugin being removed */
aFree(plugin);
if( !HPM->off ) {
HPM->plugins[i] = NULL;