diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test.c b/test/test.c index 63282a549..e0ec36c8a 100644 --- a/test/test.c +++ b/test/test.c @@ -2516,15 +2516,15 @@ static void ShowHelp() " specified with '--subtitle'.\n" " Separated by commas for more than one audio track.\n" " Example: \"1,2,3\" for multiple tracks.\n" - " If \"string\" is omitted, the first trac is forced.\n" + " If \"string\" is omitted, the first track is forced.\n" " --subtitle-burn \"Burn\" the selected subtitle into the video track\n" - " <number> If \"number\" is omitted, the first trac is burned.\n" + " <number> If \"number\" is omitted, the first track is burned.\n" " \"number\" is an index into the subtitle list\n" " specified with '--subtitle'.\n" " --subtitle-default Flag the selected subtitle as the default subtitle\n" " <number> to be displayed upon playback. Setting no default\n" " means no subtitle will be automatically displayed\n" - " If \"number\" is omitted, the first trac is default.\n" + " If \"number\" is omitted, the first track is default.\n" " \"number\" is an index into the subtitle list\n" " specified with '--subtitle'.\n" " -N, --native-language Specifiy the your language preference. When the first\n" |