summaryrefslogtreecommitdiffstats
path: root/test/test.c
diff options
context:
space:
mode:
authorRodeo <[email protected]>2011-09-03 18:57:10 +0000
committerRodeo <[email protected]>2011-09-03 18:57:10 +0000
commit0d51e96dc858c05b92fc9fff3e2849b370e268fa (patch)
tree90af345894c3fe26e664ef404fbe8694c80f7086 /test/test.c
parent36e2c1db86cf6535964bc25f645c75efb192b484 (diff)
CLI: fix a typo in the help text.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4204 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test/test.c')
-rw-r--r--test/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c
index f35d9300a..6dd849aee 100644
--- a/test/test.c
+++ b/test/test.c
@@ -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");