From 00cb8cfd6704430227db58091d67515e0ab58919 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Fri, 19 Dec 2025 19:23:40 +0100 Subject: [PATCH] spelling --- src/tox_commands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tox_commands.cpp b/src/tox_commands.cpp index 9b4c24f..f52dd6d 100644 --- a/src/tox_commands.cpp +++ b/src/tox_commands.cpp @@ -35,7 +35,7 @@ void registerToxCommands( std::string reply{"dht:"}; if (tox_self_status == Tox_Connection::TOX_CONNECTION_UDP) { - reply += "upd-direct"; + reply += "udp-direct"; } else if (tox_self_status == Tox_Connection::TOX_CONNECTION_TCP) { reply += "tcp-relayed"; }