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

This commit is contained in:
Stepan Broz 2019-05-22 13:54:54 +02:00 committed by Patrick
parent ed1d5061a4
commit 8bb768ef93

View File

@ -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