From 63cda66ad50513f969dd64c9c1b100accae28355 Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Sun, 22 Feb 2026 10:49:22 -0500 Subject: [PATCH] the typo of that define was driving my OCD nuts; --- src/bridge/BridgeMain.cpp | 4 ++-- src/bridge/HostBridge.cpp | 2 +- src/common/Defines.h | 2 +- src/fne/FNEMain.cpp | 4 ++-- src/fne/HostFNE.cpp | 2 +- src/host/Host.cpp | 2 +- src/host/HostMain.cpp | 4 ++-- src/patch/HostPatch.cpp | 2 +- src/patch/PatchMain.cpp | 4 ++-- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/bridge/BridgeMain.cpp b/src/bridge/BridgeMain.cpp index a7187d7c..b15ab8e5 100644 --- a/src/bridge/BridgeMain.cpp +++ b/src/bridge/BridgeMain.cpp @@ -100,7 +100,7 @@ void usage(const char* message, const char* arg) ::fprintf(stdout, __PROG_NAME__ " %s (built %s)\r\n", __VER__, __BUILD__); ::fprintf(stdout, "Copyright (c) 2017-2026 Bryan Biedenkapp, N2PLL and DVMProject (https://github.com/dvmproject) Authors.\n"); ::fprintf(stdout, "Portions Copyright (c) 2015-2021 by Jonathan Naylor, G4KLX and others\n"); - ::fprintf(stdout, HIGHLY_UNECESSARY_DISCLAIMER_FOR_THE_MENTAL "\n\n"); + ::fprintf(stdout, HIGHLY_UNNECESSARY_DISCLAIMER_FOR_THE_MENTAL "\n\n"); if (message != nullptr) { ::fprintf(stderr, "%s: ", g_progExe.c_str()); ::fprintf(stderr, message, arg); @@ -222,7 +222,7 @@ int checkArgs(int argc, char* argv[]) ::fprintf(stdout, __PROG_NAME__ " %s (built %s)\r\n", __VER__, __BUILD__); ::fprintf(stdout, "Copyright (c) 2017-2026 Bryan Biedenkapp, N2PLL and DVMProject (https://github.com/dvmproject) Authors.\n"); ::fprintf(stdout, "Portions Copyright (c) 2015-2021 by Jonathan Naylor, G4KLX and others\n"); - ::fprintf(stdout, HIGHLY_UNECESSARY_DISCLAIMER_FOR_THE_MENTAL "\n"); + ::fprintf(stdout, HIGHLY_UNNECESSARY_DISCLAIMER_FOR_THE_MENTAL "\n"); if (argc == 2) exit(EXIT_SUCCESS); } diff --git a/src/bridge/HostBridge.cpp b/src/bridge/HostBridge.cpp index c24d3ad8..2b9ed14e 100644 --- a/src/bridge/HostBridge.cpp +++ b/src/bridge/HostBridge.cpp @@ -383,7 +383,7 @@ int HostBridge::run() ::LogInfo(__BANNER__ "\r\n" __PROG_NAME__ " " __VER__ " (built " __BUILD__ ")\r\n" \ "Copyright (c) 2017-2026 Bryan Biedenkapp, N2PLL and DVMProject (https://github.com/dvmproject) Authors.\r\n" \ "Portions Copyright (c) 2015-2021 by Jonathan Naylor, G4KLX and others\r\n" \ - HIGHLY_UNECESSARY_DISCLAIMER_FOR_THE_MENTAL "\r\n" \ + HIGHLY_UNNECESSARY_DISCLAIMER_FOR_THE_MENTAL "\r\n" \ ">> Audio Bridge\r\n"); // read base parameters from configuration diff --git a/src/common/Defines.h b/src/common/Defines.h index 40aa4e7e..606c1ef5 100644 --- a/src/common/Defines.h +++ b/src/common/Defines.h @@ -135,7 +135,7 @@ typedef unsigned long long ulong64_t; "8 8888 ,o88P' `8.`8' ,8' `8 `8.`8888. \r\n" \ "8 888888888P' `8.` ,8' ` `8.`8888. \r\n" -#define HIGHLY_UNECESSARY_DISCLAIMER_FOR_THE_MENTAL "THIS SOFTWARE MUST NEVER BE USED IN PUBLIC SAFETY OR LIFE SAFETY CRITICAL APPLICATIONS! This software project\n" \ +#define HIGHLY_UNNECESSARY_DISCLAIMER_FOR_THE_MENTAL "THIS SOFTWARE MUST NEVER BE USED IN PUBLIC SAFETY OR LIFE SAFETY CRITICAL APPLICATIONS! This software project\n" \ "is provided solely for personal, non-commercial, hobbyist use; any commercial, professional, governmental,\n" \ "or other non-hobbyist use is strictly discouraged, fully unsupported and expressly disclaimed by the authors." diff --git a/src/fne/FNEMain.cpp b/src/fne/FNEMain.cpp index 5e073b0d..6cd28f2e 100644 --- a/src/fne/FNEMain.cpp +++ b/src/fne/FNEMain.cpp @@ -92,7 +92,7 @@ void usage(const char* message, const char* arg) ::fprintf(stdout, __PROG_NAME__ " %s (built %s)\r\n", __VER__, __BUILD__); ::fprintf(stdout, "Copyright (c) 2017-2026 Bryan Biedenkapp, N2PLL and DVMProject (https://github.com/dvmproject) Authors.\n"); ::fprintf(stdout, "Portions Copyright (c) 2015-2021 by Jonathan Naylor, G4KLX and others\n"); - ::fprintf(stdout, HIGHLY_UNECESSARY_DISCLAIMER_FOR_THE_MENTAL "\n\n"); + ::fprintf(stdout, HIGHLY_UNNECESSARY_DISCLAIMER_FOR_THE_MENTAL "\n\n"); if (message != nullptr) { ::fprintf(stderr, "%s: ", g_progExe.c_str()); ::fprintf(stderr, message, arg); @@ -163,7 +163,7 @@ int checkArgs(int argc, char* argv[]) ::fprintf(stdout, __PROG_NAME__ " %s (built %s)\r\n", __VER__, __BUILD__); ::fprintf(stdout, "Copyright (c) 2017-2026 Bryan Biedenkapp, N2PLL and DVMProject (https://github.com/dvmproject) Authors.\n"); ::fprintf(stdout, "Portions Copyright (c) 2015-2021 by Jonathan Naylor, G4KLX and others\n"); - ::fprintf(stdout, HIGHLY_UNECESSARY_DISCLAIMER_FOR_THE_MENTAL "\n"); + ::fprintf(stdout, HIGHLY_UNNECESSARY_DISCLAIMER_FOR_THE_MENTAL "\n"); if (argc == 2) exit(EXIT_SUCCESS); } diff --git a/src/fne/HostFNE.cpp b/src/fne/HostFNE.cpp index bfe390f5..5fce38fd 100644 --- a/src/fne/HostFNE.cpp +++ b/src/fne/HostFNE.cpp @@ -164,7 +164,7 @@ int HostFNE::run() ::LogInfo(__BANNER__ "\r\n" __PROG_NAME__ " " __VER__ " (built " __BUILD__ ")\r\n" \ "Copyright (c) 2017-2026 Bryan Biedenkapp, N2PLL and DVMProject (https://github.com/dvmproject) Authors.\r\n" \ "Portions Copyright (c) 2015-2021 by Jonathan Naylor, G4KLX and others\r\n" \ - HIGHLY_UNECESSARY_DISCLAIMER_FOR_THE_MENTAL "\r\n" \ + HIGHLY_UNNECESSARY_DISCLAIMER_FOR_THE_MENTAL "\r\n" \ ">> Fixed Network Equipment\r\n"); // read base parameters from configuration diff --git a/src/host/Host.cpp b/src/host/Host.cpp index 4a7b3870..440cc0a7 100644 --- a/src/host/Host.cpp +++ b/src/host/Host.cpp @@ -256,7 +256,7 @@ int Host::run() ::LogInfo(__BANNER__ "\r\n" __PROG_NAME__ " " __VER__ " (built " __BUILD__ ")\r\n" \ "Copyright (c) 2017-2026 Bryan Biedenkapp, N2PLL and DVMProject (https://github.com/dvmproject) Authors.\r\n" \ "Portions Copyright (c) 2015-2021 by Jonathan Naylor, G4KLX and others\r\n" \ - HIGHLY_UNECESSARY_DISCLAIMER_FOR_THE_MENTAL "\r\n" \ + HIGHLY_UNNECESSARY_DISCLAIMER_FOR_THE_MENTAL "\r\n" \ ">> Modem Controller\r\n"); // read base parameters from configuration diff --git a/src/host/HostMain.cpp b/src/host/HostMain.cpp index 56c22903..c09e35f1 100644 --- a/src/host/HostMain.cpp +++ b/src/host/HostMain.cpp @@ -108,7 +108,7 @@ void usage(const char* message, const char* arg) ::fprintf(stdout, __PROG_NAME__ " %s (built %s)\r\n", __VER__, __BUILD__); ::fprintf(stdout, "Copyright (c) 2017-2026 Bryan Biedenkapp, N2PLL and DVMProject (https://github.com/dvmproject) Authors.\n"); ::fprintf(stdout, "Portions Copyright (c) 2015-2021 by Jonathan Naylor, G4KLX and others\n"); - ::fprintf(stdout, HIGHLY_UNECESSARY_DISCLAIMER_FOR_THE_MENTAL "\n\n"); + ::fprintf(stdout, HIGHLY_UNNECESSARY_DISCLAIMER_FOR_THE_MENTAL "\n\n"); if (message != nullptr) { ::fprintf(stderr, "%s: ", g_progExe.c_str()); ::fprintf(stderr, message, arg); @@ -243,7 +243,7 @@ int checkArgs(int argc, char* argv[]) ::fprintf(stdout, __PROG_NAME__ " %s (built %s)\r\n", __VER__, __BUILD__); ::fprintf(stdout, "Copyright (c) 2017-2026 Bryan Biedenkapp, N2PLL and DVMProject (https://github.com/dvmproject) Authors.\n"); ::fprintf(stdout, "Portions Copyright (c) 2015-2021 by Jonathan Naylor, G4KLX and others\n"); - ::fprintf(stdout, HIGHLY_UNECESSARY_DISCLAIMER_FOR_THE_MENTAL "\n"); + ::fprintf(stdout, HIGHLY_UNNECESSARY_DISCLAIMER_FOR_THE_MENTAL "\n"); if (argc == 2) exit(EXIT_SUCCESS); } diff --git a/src/patch/HostPatch.cpp b/src/patch/HostPatch.cpp index c6937af1..bf68c6b2 100644 --- a/src/patch/HostPatch.cpp +++ b/src/patch/HostPatch.cpp @@ -203,7 +203,7 @@ int HostPatch::run() ::LogInfo(__BANNER__ "\r\n" __PROG_NAME__ " " __VER__ " (built " __BUILD__ ")\r\n" \ "Copyright (c) 2025-2026 Bryan Biedenkapp, N2PLL and DVMProject (https://github.com/dvmproject) Authors.\r\n" \ "Portions Copyright (c) 2015-2021 by Jonathan Naylor, G4KLX and others\r\n" \ - HIGHLY_UNECESSARY_DISCLAIMER_FOR_THE_MENTAL "\r\n" \ + HIGHLY_UNNECESSARY_DISCLAIMER_FOR_THE_MENTAL "\r\n" \ ">> Talkgroup Patch\r\n"); // read base parameters from configuration diff --git a/src/patch/PatchMain.cpp b/src/patch/PatchMain.cpp index 349526cd..9ba379d6 100644 --- a/src/patch/PatchMain.cpp +++ b/src/patch/PatchMain.cpp @@ -87,7 +87,7 @@ void usage(const char* message, const char* arg) ::fprintf(stdout, __PROG_NAME__ " %s (built %s)\r\n", __VER__, __BUILD__); ::fprintf(stdout, "Copyright (c) 2025-2026 Bryan Biedenkapp, N2PLL and DVMProject (https://github.com/dvmproject) Authors.\n"); ::fprintf(stdout, "Portions Copyright (c) 2015-2021 by Jonathan Naylor, G4KLX and others\n"); - ::fprintf(stdout, HIGHLY_UNECESSARY_DISCLAIMER_FOR_THE_MENTAL "\n\n"); + ::fprintf(stdout, HIGHLY_UNNECESSARY_DISCLAIMER_FOR_THE_MENTAL "\n\n"); if (message != nullptr) { ::fprintf(stderr, "%s: ", g_progExe.c_str()); ::fprintf(stderr, message, arg); @@ -147,7 +147,7 @@ int checkArgs(int argc, char* argv[]) ::fprintf(stdout, __PROG_NAME__ " %s (built %s)\r\n", __VER__, __BUILD__); ::fprintf(stdout, "Copyright (c) 2025-2026 Bryan Biedenkapp, N2PLL and DVMProject (https://github.com/dvmproject) Authors.\n"); ::fprintf(stdout, "Portions Copyright (c) 2015-2021 by Jonathan Naylor, G4KLX and others\n"); - ::fprintf(stdout, HIGHLY_UNECESSARY_DISCLAIMER_FOR_THE_MENTAL "\n"); + ::fprintf(stdout, HIGHLY_UNNECESSARY_DISCLAIMER_FOR_THE_MENTAL "\n"); if (argc == 2) exit(EXIT_SUCCESS); }