From 57822f06603783b13b74bd011c7fdd00efefaa09 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 21 Jan 2012 02:09:50 +0100 Subject: [PATCH] base64: fix little typo Signed-off-by: Michael Niedermayer --- libavutil/base64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/base64.c b/libavutil/base64.c index 95d2e505f1..b5034d31c3 100644 --- a/libavutil/base64.c +++ b/libavutil/base64.c @@ -187,7 +187,7 @@ int main(void) for(i=0; i<10000; i++){ START_TIMER av_base64_decode(NULL, out, 0); - STOP_TIMER("sytax check") + STOP_TIMER("syntax check") } return error_count;