summary refs log tree commit diff stats
path: root/plugins/dns
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/dns
parenta51a69134b8bdc94cfb4dcc1403e33cce24d34bc (diff)
Now some final cleanup (I hope)
Diffstat (limited to 'plugins/dns')
-rw-r--r--plugins/dns/dns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/dns/dns.c b/plugins/dns/dns.c
index b1c4c6ac..cd64c4b5 100644
--- a/plugins/dns/dns.c
+++ b/plugins/dns/dns.c
@@ -1,4 +1,4 @@
-/* XChat Win32 DNS Plugin
+/* HexChat Win32 DNS Plugin
  * Copyright (C) 2003-2004 Peter Zelezny.
  * Copyright (C) 2012 Berke Viktor.
  *
@@ -317,7 +317,7 @@ hexchat_plugin_init
 				(hexchat_plugin *plugin_handle, char **plugin_name,
 				char **plugin_desc, 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 = "DNS";