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/avutil.txt | |
parent | 5c31eaa9998b2185e0aa04d11adff128498dc14a (diff) | |
download | ffmpeg-41ed7ab45fc693f7d7fc35664c0233f4c32d69bb.tar.gz |
cosmetics: Fix spelling mistakes
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'doc/avutil.txt')
-rw-r--r-- | doc/avutil.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/avutil.txt b/doc/avutil.txt index 0847683d1d..b8e5ca5b92 100644 --- a/doc/avutil.txt +++ b/doc/avutil.txt @@ -15,7 +15,7 @@ md5.c MD5 Message-Digest Algorithm rational.c code to perform exact calculations with rational numbers tree.c generic AVL tree crc.c generic CRC checksumming code -integer.c 128bit integer math +integer.c 128-bit integer math lls.c mathematics.c greatest common divisor, integer sqrt, integer log2, ... mem.c memory allocation routines with guaranteed alignment |