aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2024-09-19 13:50:26 +0200
committerNiklas Haas <git@haasn.dev>2024-10-07 19:51:34 +0200
commit41ce370b657fbd73a87f4f365ab4fafad1b54c1d (patch)
treebdabf41d95e0272d958deb60b32a084dd4195462
parentbed919efaab172c7044731aa0a732bcca3ca7c99 (diff)
downloadffmpeg-41ce370b657fbd73a87f4f365ab4fafad1b54c1d.tar.gz
tests/swscale: fix minor typos
Sponsored-by: Sovereign Tech Fund Signed-off-by: Niklas Haas <git@haasn.dev>
-rw-r--r--libswscale/tests/swscale.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libswscale/tests/swscale.c b/libswscale/tests/swscale.c
index cf8d04de89..8e57c0a7cf 100644
--- a/libswscale/tests/swscale.c
+++ b/libswscale/tests/swscale.c
@@ -445,14 +445,14 @@ int main(int argc, char **argv)
" -ref <file>\n"
" Uses file as reference to compae tests againsts. Tests that have become worse will contain the string worse or WORSE\n"
" -p <number between 0.0 and 1.0>\n"
- " The percentage of tests or comparissions to perform. Doing all tests will take long and generate over a hundread MB text output\n"
+ " The percentage of tests or comparisons to perform. Doing all tests will take long and generate over a hundred MB text output\n"
" It is often convenient to perform a random subset\n"
" -dst <pixfmt>\n"
" Only test the specified destination pixel format\n"
" -src <pixfmt>\n"
" Only test the specified source pixel format\n"
" -cpuflags <cpuflags>\n"
- " Uses the specified cpuflags in teh tests\n"
+ " Uses the specified cpuflags in the tests\n"
);
goto error;
}