aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-06-17 21:10:37 -0400
committerTest_User <hax@andrewyu.org>2024-06-17 21:10:37 -0400
commit351792c4ce9dad51a5464821e843b7e22ff6c6bd (patch)
tree270b8904ed602c39125443bfb8800787f227c455 /config.h
parentc80cccdcc87aeee9d897ae9bfcea8632312fcb74 (diff)
downloadhaxircd-351792c4ce9dad51a5464821e843b7e22ff6c6bd.tar.gz
haxircd-351792c4ce9dad51a5464821e843b7e22ff6c6bd.zip
Spelling fixes
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 4124a74..bfd2603 100644
--- a/config.h
+++ b/config.h
@@ -82,7 +82,7 @@ extern size_t SERVER_LISTEN[NUM_NET_TYPES][NUM_PROTOCOLS]; // = {16, ...};
extern char SERVER_INCOMING[NUM_NET_TYPES][NUM_PROTOCOLS]; // = {1, ...};
#endif
-#ifdef USE_HAXSERV_PSUEDOCLIENT
+#ifdef USE_HAXSERV_PSEUDOCLIENT
extern struct string HAXSERV_UID; // = STRING("200000000");
extern struct string HAXSERV_NICK; // = STRING("HaxServ");
extern struct string HAXSERV_FULLNAME; // = STRING("Hax Services");