diff options
author | Michael Bunk | 2018-08-30 08:56:18 +0200 |
---|---|---|
committer | Carl Eugen Hoyos | 2018-09-14 21:36:21 +0200 |
commit | 0d7e0f25caa0c460106a53f8bb09468894dc1632 (patch) | |
tree | eb5da557ec5cbe8f74f065bb95ff21499134783b /libavutil | |
parent | 0a12af2185f9fd940bb8cef3772c332699f5bd28 (diff) |
Fix typos
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/avassert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/avassert.h b/libavutil/avassert.h index 46f3fea580..9abeadea4a 100644 --- a/libavutil/avassert.h +++ b/libavutil/avassert.h @@ -66,7 +66,7 @@ #endif /** - * Assert that floating point opperations can be executed. + * Assert that floating point operations can be executed. * * This will av_assert0() that the cpu is not in MMX state on X86 */ |