From 8bb768ef93daf14a4d8637484f39da14ce00d9e8 Mon Sep 17 00:00:00 2001 From: Stepan Broz Date: Wed, 22 May 2019 13:54:54 +0200 Subject: Fix a typo-error in src/common/hexchat.h:485 "haxchatprefs" -> "hexchatprefs" --- src/common/hexchat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/hexchat.h b/src/common/hexchat.h index 0fd98598..16f10ded 100644 --- a/src/common/hexchat.h +++ b/src/common/hexchat.h @@ -482,7 +482,7 @@ typedef struct server int proxy_sok6; int id; /* unique ID number (for plugin API) */ - /* dcc_ip moved from haxchatprefs to make it per-server */ + /* dcc_ip moved from hexchatprefs to make it per-server */ guint32 dcc_ip; #ifdef USE_OPENSSL -- cgit 1.4.1