mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-01-18 23:42:26 +00:00
Spelling fix: s/Attemting/Attempting/
This commit is contained in:
parent
cc0f49f9a8
commit
eb6e0c9f3b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue