mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-22 20:51:31 +00:00
Fix spelling of "information", and re-word a comment with multiple typos
This commit is contained in:
parent
d429c91270
commit
b9aac1ad9b
4 changed files with 7 additions and 7 deletions
|
@ -511,7 +511,7 @@ QAL_Init()
|
|||
|
||||
Com_Printf("ok\n");
|
||||
|
||||
/* Print OpenAL informations */
|
||||
/* Print OpenAL information */
|
||||
Com_Printf("\n");
|
||||
QAL_SoundInfo();
|
||||
Com_Printf("\n");
|
||||
|
|
|
@ -229,7 +229,7 @@ qboolean SDL_BackendInit(void);
|
|||
void SDL_BackendShutdown(void);
|
||||
|
||||
/*
|
||||
* Print informations about
|
||||
* Print information about
|
||||
* the SDL backend
|
||||
*/
|
||||
void SDL_SoundInfo(void);
|
||||
|
|
|
@ -540,7 +540,7 @@ OGG_Cmd(void)
|
|||
{
|
||||
Com_Printf("Unknown sub command %s\n\n", Cmd_Argv(1));
|
||||
Com_Printf("Commands:\n");
|
||||
Com_Printf(" - info: Print informations about playback state and tracks\n");
|
||||
Com_Printf(" - info: Print information about playback state and tracks\n");
|
||||
Com_Printf(" - play <track>: Play track number <track>\n");
|
||||
Com_Printf(" - stop: Stop playback\n");
|
||||
Com_Printf(" - toggle: Toggle pause\n");
|
||||
|
|
|
@ -749,10 +749,10 @@ ReadClient(FILE *f, gclient_t *client)
|
|||
|
||||
/*
|
||||
* Writes the game struct into
|
||||
* a file. This is called when
|
||||
* ever the games goes to e new
|
||||
* level or the user saves the
|
||||
* game. Saved informations are:
|
||||
* a file. This is called whenever
|
||||
* the game goes to a new level or
|
||||
* the user saves the game. The saved
|
||||
* information consists of:
|
||||
* - cross level data
|
||||
* - client states
|
||||
* - help computer info
|
||||
|
|
Loading…
Reference in a new issue