summary refs log tree commit diff stats
path: root/plugins/winamp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/winamp')
-rw-r--r--plugins/winamp/winamp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/winamp/winamp.c b/plugins/winamp/winamp.c
index 2db892a4..9ffcff04 100644
--- a/plugins/winamp/winamp.c
+++ b/plugins/winamp/winamp.c
@@ -165,7 +165,7 @@ hexchat_plugin_init(hexchat_plugin *plugin_handle,
                       char **plugin_version,
                       char *arg)
 {
-	/* we need to save this for use with any xchat_* functions */
+	/* we need to save this for use with any hexchat_* functions */
 	ph = plugin_handle;
 
 	*plugin_name = "Winamp";