mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-26 14:30:48 +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");
|
Com_Printf("ok\n");
|
||||||
|
|
||||||
/* Print OpenAL informations */
|
/* Print OpenAL information */
|
||||||
Com_Printf("\n");
|
Com_Printf("\n");
|
||||||
QAL_SoundInfo();
|
QAL_SoundInfo();
|
||||||
Com_Printf("\n");
|
Com_Printf("\n");
|
||||||
|
|
|
@ -229,7 +229,7 @@ qboolean SDL_BackendInit(void);
|
||||||
void SDL_BackendShutdown(void);
|
void SDL_BackendShutdown(void);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Print informations about
|
* Print information about
|
||||||
* the SDL backend
|
* the SDL backend
|
||||||
*/
|
*/
|
||||||
void SDL_SoundInfo(void);
|
void SDL_SoundInfo(void);
|
||||||
|
|
|
@ -540,7 +540,7 @@ OGG_Cmd(void)
|
||||||
{
|
{
|
||||||
Com_Printf("Unknown sub command %s\n\n", Cmd_Argv(1));
|
Com_Printf("Unknown sub command %s\n\n", Cmd_Argv(1));
|
||||||
Com_Printf("Commands:\n");
|
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(" - play <track>: Play track number <track>\n");
|
||||||
Com_Printf(" - stop: Stop playback\n");
|
Com_Printf(" - stop: Stop playback\n");
|
||||||
Com_Printf(" - toggle: Toggle pause\n");
|
Com_Printf(" - toggle: Toggle pause\n");
|
||||||
|
|
|
@ -749,10 +749,10 @@ ReadClient(FILE *f, gclient_t *client)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Writes the game struct into
|
* Writes the game struct into
|
||||||
* a file. This is called when
|
* a file. This is called whenever
|
||||||
* ever the games goes to e new
|
* the game goes to a new level or
|
||||||
* level or the user saves the
|
* the user saves the game. The saved
|
||||||
* game. Saved informations are:
|
* information consists of:
|
||||||
* - cross level data
|
* - cross level data
|
||||||
* - client states
|
* - client states
|
||||||
* - help computer info
|
* - help computer info
|
||||||
|
|
Loading…
Reference in a new issue