From eb6e0c9f3b43b3c6c38313203e48eb3a3e8619c7 Mon Sep 17 00:00:00 2001 From: Tobias Frost Date: Sat, 27 Aug 2022 10:48:13 +0200 Subject: [PATCH] Spelling fix: s/Attemting/Attempting/ --- neo/framework/async/AsyncClient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neo/framework/async/AsyncClient.cpp b/neo/framework/async/AsyncClient.cpp index 35b9c452b..1871cbe68 100644 --- a/neo/framework/async/AsyncClient.cpp +++ b/neo/framework/async/AsyncClient.cpp @@ -1688,7 +1688,7 @@ void idAsyncClient::SetupConnection( void ) { } #else if (! Sys_IsLANAddress( serverAddress ) ) { - common->Printf( "Build Does not have CD Key Enforcement enabled. The Server ( %s ) is not within the lan addresses. Attemting to connect.\n", Sys_NetAdrToString( serverAddress ) ); + common->Printf( "Build Does not have CD Key Enforcement enabled. The Server ( %s ) is not within the lan addresses. Attempting to connect.\n", Sys_NetAdrToString( serverAddress ) ); } common->Printf( "Not Testing key.\n" ); #endif