>From 9352460a826a78152d6b99aa949810a09665364d Mon Sep 17 00:00:00 2001 From: Keiji Costantini Date: Fri, 4 Jul 2008 13:34:21 +0900 Subject: [PATCH] typo --- swscale_template.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/swscale_template.c b/swscale_template.c index f69a1ff..0944a8f 100644 --- a/swscale_template.c +++ b/swscale_template.c @@ -2963,7 +2963,7 @@ static int RENAME(swScale)(SwsContext *c, uint8_t* src[], int srcStride[], int s int lastDstY; uint8_t *pal=NULL; - /* vars whch will change and which we need to storw back in the context */ + /* vars which will change and which we need to store back in the context */ int dstY= c->dstY; int lumBufIndex= c->lumBufIndex; int chrBufIndex= c->chrBufIndex; -- 1.5.4.5