From 1f68bac50be01fb9a463b0d6ef953ee85fb61e9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Thu, 14 Mar 2013 23:36:30 +0100 Subject: lavf/avio: fix two extreemly unreasonble typos. --- libavformat/avio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavformat/avio.h') diff --git a/libavformat/avio.h b/libavformat/avio.h index 17b341d6c7..8de28bf1d1 100644 --- a/libavformat/avio.h +++ b/libavformat/avio.h @@ -217,8 +217,8 @@ int avio_put_str16le(AVIOContext *s, const char *str); /** * Oring this flag as into the "whence" parameter to a seek function causes it to - * seek by any means (like reopening and linear reading) or other normally unreasonble - * means that can be extreemly slow. + * seek by any means (like reopening and linear reading) or other normally unreasonable + * means that can be extremely slow. * This may be ignored by the seek code. */ #define AVSEEK_FORCE 0x20000 -- cgit v1.2.3