diff options
author | Stepan Broz <stepan@izitra.cz> | 2019-05-22 13:54:54 +0200 |
---|---|---|
committer | Patrick <tingping@tingping.se> | 2019-05-28 14:33:39 -0700 |
commit | 8bb768ef93daf14a4d8637484f39da14ce00d9e8 (patch) | |
tree | b4993d1a61526cf53cf62f3b6eac1c2da5854375 /src/common | |
parent | ed1d5061a46a62401285e43894cb96989b2cbc60 (diff) |
Fix a typo-error in src/common/hexchat.h:485 "haxchatprefs" -> "hexchatprefs"
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/hexchat.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |