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

View File

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

View File

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

View File

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