Merge pull request #310 from smcv/information

Fix spelling of "information", and re-word a comment with multiple typos
This commit is contained in:
Yamagi 2018-07-30 12:31:42 +02:00 committed by GitHub
commit 84bb61cea9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View File

@ -511,7 +511,7 @@ QAL_Init()
Com_Printf("ok\n");
/* Print OpenAL informations */
/* Print OpenAL information */
Com_Printf("\n");
QAL_SoundInfo();
Com_Printf("\n");

View File

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

View File

@ -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");

View File

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