summary refs log tree commit diff stats
path: root/plugins/winamp
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-30 11:47:12 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-10-30 11:47:12 +0100
commit507af191bd9a100656b70da66111e2af105d82ee (patch)
tree8c7c87b06471746ad5282d962bd51ab0cec996b9 /plugins/winamp
parenta51a69134b8bdc94cfb4dcc1403e33cce24d34bc (diff)
Now some final cleanup (I hope)
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";