From: jstebbins Date: Mon, 1 Nov 2010 20:27:43 +0000 (+0000) Subject: fix spelling of 'track' in cli help X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=db9beeac08b5031e7ec04d2d5d71c66ab7cdd4a3;p=handbrake-jp%2Fhandbrake-jp-git.git fix spelling of 'track' in cli help git-svn-id: svn://localhost/HandBrake/trunk@3638 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/test/test.c b/test/test.c index 63282a54..e0ec36c8 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" - " If \"number\" is omitted, the first trac is burned.\n" + " 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" " 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"