From 1e23f45119c86482f9d8e384e7e093ed3b741cbc Mon Sep 17 00:00:00 2001
From: Michael Kohler <michaelkohler@live.com>
Date: Wed, 7 Jul 2010 19:48:12 +0200
Subject: [PATCH] Fix misspelled "skiped" in onyxc_int.h to "skipped".

Signed-off-by: Michael Kohler <michaelkohler@live.com>
---
 vp8/common/onyxc_int.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vp8/common/onyxc_int.h b/vp8/common/onyxc_int.h
index 33a5433776..d2fbc8686b 100644
--- a/vp8/common/onyxc_int.h
+++ b/vp8/common/onyxc_int.h
@@ -102,7 +102,7 @@ typedef struct VP8Common
     YV12_BUFFER_CONFIG post_proc_buffer;
     YV12_BUFFER_CONFIG temp_scale_frame;
 
-    FRAME_TYPE last_frame_type;  //Add to check if vp8_frame_init_loop_filter() can be skiped.
+    FRAME_TYPE last_frame_type;  //Add to check if vp8_frame_init_loop_filter() can be skipped.
     FRAME_TYPE frame_type;
 
     int show_frame;
-- 
GitLab