diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-25 00:16:27 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-25 00:16:27 +0200 |
commit | d6dec82d3d5bf2b130fa8c989c5650710e5b703e (patch) | |
tree | dc421f2856933d358ae9aaa7b5ef9dceafda11d3 /src/common/plugin.h | |
parent | 1a75c8e1be58a25510642605dcd40c5c65e9c3f3 (diff) |
Some more rebranding
Diffstat (limited to 'src/common/plugin.h')
-rw-r--r-- | src/common/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/plugin.h b/src/common/plugin.h index 8c347d51..b2799d93 100644 --- a/src/common/plugin.h +++ b/src/common/plugin.h @@ -4,7 +4,7 @@ #ifdef PLUGIN_C struct _xchat_plugin { - /* Keep these insync with xchat-plugin.h */ + /* Keep these in sync with hexchat-plugin.h */ /* !!don't change the order, to keep binary compat!! */ xchat_hook *(*xchat_hook_command) (xchat_plugin *ph, const char *name, |