From: Remco Rijnders Date: Mon, 26 Jan 2026 21:58:07 +0000 (+0000) Subject: CLEANUP: Typo fix, very usful X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=4aacb46e8302f24c11f20646c645b26e7bdcb56a;p=serene-ircd.git CLEANUP: Typo fix, very usful --- diff --git a/include/struct.h b/include/struct.h index 6d766c3..0088ea7 100644 --- a/include/struct.h +++ b/include/struct.h @@ -418,7 +418,7 @@ typedef struct Zdata aZdata; #define DEBUG_ERROR 1 /* report_error() and other errors that are found */ #define DEBUG_NOTICE 3 #define DEBUG_DNS 4 /* used by all DNS related routines - a *lot* */ -#define DEBUG_INFO 5 /* general usful info */ +#define DEBUG_INFO 5 /* general useful info */ #define DEBUG_NUM 6 /* numerics */ #define DEBUG_SEND 7 /* everything that is sent out */ #define DEBUG_DEBUG 8 /* anything to do with debugging, ie unimportant :) */