From 4aacb46e8302f24c11f20646c645b26e7bdcb56a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Remco=20R=C4=B3nders?= Date: Mon, 26 Jan 2026 21:58:07 +0000 Subject: [PATCH] CLEANUP: Typo fix, very usful --- include/struct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 :) */ -- 2.30.2