diff options
author | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2015-09-29 20:08:26 +0200 |
---|---|---|
committer | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2015-10-09 22:09:08 +0200 |
commit | 8d6625642db064a45224cb7a8e037f6e79a6554d (patch) | |
tree | 30cfba33bc81a26295dd4b371c208d6204104ef4 /libavcodec/g726.c | |
parent | 35af7add6fac7f926d0cbb5724f36f0fe5022488 (diff) | |
download | ffmpeg-8d6625642db064a45224cb7a8e037f6e79a6554d.tar.gz |
doc: fix spelling errors
Reviewed-by: Lou Logan <lou@lrcd.com>
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Diffstat (limited to 'libavcodec/g726.c')
-rw-r--r-- | libavcodec/g726.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/g726.c b/libavcodec/g726.c index 934d120b6f..c3d018fda6 100644 --- a/libavcodec/g726.c +++ b/libavcodec/g726.c @@ -32,7 +32,7 @@ /** * G.726 11bit float. - * G.726 Standard uses rather odd 11bit floating point arithmentic for + * G.726 Standard uses rather odd 11bit floating point arithmetic for * numerous occasions. It's a mystery to me why they did it this way * instead of simply using 32bit integer arithmetic. */ |