CLEANUP: Typo fix, very usful
authorRemco Rijnders <remmy@serenity-irc.net>
Mon, 26 Jan 2026 21:58:07 +0000 (21:58 +0000)
committerRemco Rijnders <remmy@serenity-irc.net>
Mon, 26 Jan 2026 21:58:07 +0000 (21:58 +0000)
include/struct.h

index 6d766c370e87f567dce5cf7f12565159f0d8fe8b..0088ea73e8fe175493071f7629cee01b33b103cb 100644 (file)
@@ -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 :) */