mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-19 17:01:46 +00:00
Spelling correction in printf.
This commit is contained in:
parent
717127e0d8
commit
3900c75cbb
1 changed files with 1 additions and 1 deletions
|
@ -548,7 +548,7 @@ SL_Command (void)
|
|||
if (SL_Switch ())
|
||||
Con_Printf("Switched to Server List from Masters\n");
|
||||
else
|
||||
Con_Printf("Switched to Favorate Server List\n");
|
||||
Con_Printf("Switched to Favorite Server List\n");
|
||||
}
|
||||
else if (strcasecmp(Cmd_Argv(1),"refresh") == 0)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue