diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-04-27 13:45:23 -0400 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-05-04 18:16:21 +0200 |
commit | 41ed7ab45fc693f7d7fc35664c0233f4c32d69bb (patch) | |
tree | 146a086cf7c1881d55f9261b58138983e13af21c /doc/fate.texi | |
parent | 5c31eaa9998b2185e0aa04d11adff128498dc14a (diff) | |
download | ffmpeg-41ed7ab45fc693f7d7fc35664c0233f4c32d69bb.tar.gz |
cosmetics: Fix spelling mistakes
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'doc/fate.texi')
-rw-r--r-- | doc/fate.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/fate.texi b/doc/fate.texi index d6beaa5c24..ae326fe749 100644 --- a/doc/fate.texi +++ b/doc/fate.texi @@ -11,7 +11,7 @@ @chapter Introduction -FATE provides a regression testsuite embedded within the Libav build system. +FATE provides a regression test suite embedded within the Libav build system. It can be run locally and optionally configured to send reports to a web aggregator and viewer @url{http://fate.libav.org}. @@ -24,7 +24,7 @@ and provide new tests when submitting patches to add additional features. In order to run, FATE needs a large amount of data (samples and references) that is provided separately from the actual source distribution. -To inform the build system about the testsuite location, pass +To inform the build system about the test suite location, pass @option{--samples=<path to the samples>} to @command{configure} or set the @var{SAMPLES} Make variable or the @var{LIBAV_SAMPLES} environment variable to a suitable value. @@ -57,7 +57,7 @@ Specific Makefile targets and Makefile variables are available: List all fate/regression test targets. @item fate-rsync -Shortcut to download the fate test samples to the specified testsuite location. +Shortcut to download the fate test samples to the specified test suite location. @item fate Run the FATE test suite (requires the fate-suite dataset). |