Fix a typo-error in src/common/hexchat.h:485 "haxchatprefs" -> "hexchatprefs"

This commit is contained in:
Stepan Broz
2019-05-28 14:33:39 -07:00
committed by Patrick
parent ed1d5061a4
commit 8bb768ef93
+1 -1
View File
@@ -482,7 +482,7 @@ typedef struct server
int proxy_sok6; int proxy_sok6;
int id; /* unique ID number (for plugin API) */ 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; guint32 dcc_ip;
#ifdef USE_OPENSSL #ifdef USE_OPENSSL