diff options
author | James Darnley <james.darnley@gmail.com> | 2014-08-27 22:39:29 +0200 |
---|---|---|
committer | Lou Logan <lou@lrcd.com> | 2014-08-27 16:00:17 -0800 |
commit | 8c1b942ad7b66034b030f2ab3cc5e81eccfa2b68 (patch) | |
tree | a0fdbca8a2983e64917ce6ee1c2abffc914c42a3 /doc | |
parent | e6516944a3d504f208911033b31afedb3d427267 (diff) | |
download | ffmpeg-8c1b942ad7b66034b030f2ab3cc5e81eccfa2b68.tar.gz |
Replace incorrect use of "multiply" with "multiple"
Also replace the plural form "multiplies" with "multiples".
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fftools-common-opts.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi index 6e6834cdfe..7b6afba59f 100644 --- a/doc/fftools-common-opts.texi +++ b/doc/fftools-common-opts.texi @@ -3,7 +3,7 @@ representing a number as input, which may be followed by one of the SI unit prefixes, for example: 'K', 'M', or 'G'. If 'i' is appended to the SI unit prefix, the complete prefix will be -interpreted as a unit prefix for binary multiplies, which are based on +interpreted as a unit prefix for binary multiples, which are based on powers of 1024 instead of powers of 1000. Appending 'B' to the SI unit prefix multiplies the value by 8. This allows using, for example: 'KB', 'MiB', 'G' and 'B' as number suffixes. |