diff options
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 |