summaryrefslogtreecommitdiff
path: root/libavcodec/imgresample.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-03-02 05:41:55 +0000
committerDiego Biurrun <diego@biurrun.de>2009-03-02 05:41:55 +0000
commit7eb2d654a276098b7b054f2f6099a88faf196bfb (patch)
tree8c2375c85edd9507d209c53f2e4c23d16706216d /libavcodec/imgresample.c
parent326b554ccf85fa99636f5be8fd7a22c08ef4c647 (diff)
small spelling/grammar fixes
Originally committed as revision 17718 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/imgresample.c')
-rw-r--r--libavcodec/imgresample.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/imgresample.c b/libavcodec/imgresample.c
index e2b258d4bb..b332d07719 100644
--- a/libavcodec/imgresample.c
+++ b/libavcodec/imgresample.c
@@ -575,7 +575,7 @@ void sws_freeContext(struct SwsContext *ctx)
* Otherwise, frees context and gets a new one.
*
* Be warned that srcFilter, dstFilter are not checked, they are
- * asumed to remain valid.
+ * assumed to remain valid.
*/
struct SwsContext *sws_getCachedContext(struct SwsContext *ctx,
int srcW, int srcH, int srcFormat,