shithub: libvpx

Download patch

ref: 47c55acdadeb8cba85da04a92d6fb24e2af6ff55
parent: ce4c4b96e4ad28c2ba326629dd9ffdab95d63274
author: Yaowu Xu <[email protected]>
date: Wed Jul 29 12:23:14 EDT 2015

Fix a typo

Change-Id: Ief8eea8fe6bef139d1e94f8d6dfac5a44efe785d

--- a/vp8/vp8_cx_iface.c
+++ b/vp8/vp8_cx_iface.c
@@ -455,7 +455,7 @@
             ERROR("Cannot change width or height after initialization");
         if ((ctx->cpi->initial_width && (int)cfg->g_w > ctx->cpi->initial_width) ||
             (ctx->cpi->initial_height && (int)cfg->g_h > ctx->cpi->initial_height))
-            ERROR("Cannot increast width or height larger than their initial values");
+            ERROR("Cannot increase width or height larger than their initial values");
     }
 
     /* Prevent increasing lag_in_frames. This check is stricter than it needs