Spelling fix: s/Attemting/Attempting/

This commit is contained in:
Tobias Frost 2022-08-27 10:48:13 +02:00
parent cc0f49f9a8
commit eb6e0c9f3b

View file

@ -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