diff options
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, |