diff options
author | Sebastian Ramacher <[email protected]> | 2017-03-10 17:31:17 +0100 |
---|---|---|
committer | John Stebbins <[email protected]> | 2017-03-10 09:31:17 -0700 |
commit | e7e5ea0707549407495f1abb6eb8ead8ff3c3c44 (patch) | |
tree | 4216f59260f0ce81de9ec7446a643f80e9ccedff /test/test.c | |
parent | 69231c990576f34c14054a6f81b09b5a445d1b47 (diff) |
Fix various spelling mistakes (#613)
* Fix spelling of 'source'
* Fix spelling of 'specify'
* Fix spelling of 'internal'
* Fix spelling of 'quitting'
Diffstat (limited to 'test/test.c')
-rw-r--r-- | test/test.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/test.c b/test/test.c index 2e9c115f9..7e40641c1 100644 --- a/test/test.c +++ b/test/test.c @@ -1269,7 +1269,7 @@ static void ShowHelp() " specified video encoder\n" " --encoder-tune <string>\n" " Adjust video encoding settings for a particular\n" -" type of souce or situation (encoder-specific)\n" +" type of source or situation (encoder-specific)\n" " --encoder-tune-list <string>\n" " List supported --encoder-tune values for the\n" " specified video encoder\n" @@ -1343,7 +1343,7 @@ static void ShowHelp() "Audio Options ----------------------------------------------------------------\n" "\n" " --audio-lang-list <string>\n" -" Specifiy a comma separated list of audio\n" +" Specify a comma separated list of audio\n" " languages you would like to select from the\n" " source title. By default, the first audio\n" " matching each language will be added to your\n" @@ -1627,7 +1627,7 @@ static void ShowHelp() "Subtitles Options ------------------------------------------------------------\n" "\n" " --subtitle-lang-list <string>\n" -" Specifiy a comma separated list of subtitle\n" +" Specify a comma separated list of subtitle\n" " languages you would like to select from the\n" " source title. By default, the first subtitle\n" " matching each language will be added to your\n" @@ -1678,7 +1678,7 @@ static void ShowHelp() " \"none\" may be used to override an automatically\n" " selected default subtitle track.\n" " -N, --native-language <string>\n" -" Specifiy your language preference. When the first\n" +" Specify your language preference. When the first\n" " audio track does not match your native language\n" " then select the first subtitle that does. When\n" " used in conjunction with --native-dub the audio\n" |