]> granicus.if.org Git - handbrake/commitdiff
CLI: fix a typo in the help text.
authorRodeo <tdskywalker@gmail.com>
Sat, 3 Sep 2011 18:57:10 +0000 (18:57 +0000)
committerRodeo <tdskywalker@gmail.com>
Sat, 3 Sep 2011 18:57:10 +0000 (18:57 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4204 b64f7644-9d1e-0410-96f1-a4d463321fa5

test/test.c

index f35d9300ae9074985fde29035a74062b58050b88..6dd849aee2ad46c6e57785e635ae918f0bca4244 100644 (file)
@@ -2668,7 +2668,7 @@ static void ShowHelp()
     fprintf( out,
     "        --audio-copy-mask   Set audio codecs that are permitted when\n"
     "                <string>    \"copy\" audio encoder option is specified.\n"
-    "                            Separated by commas for mutiple allowed options.\n");
+    "                            Separated by commas for multiple allowed options.\n");
     fprintf( out,
     "        --audio-fallback    Set audio codec to use when it is not possible\n"
     "                <string>    to copy an audio track without re-encoding.\n");