]> granicus.if.org Git - libvpx/commitdiff
Fix a typo
authorYaowu Xu <yaowu@google.com>
Wed, 29 Jul 2015 23:23:14 +0000 (16:23 -0700)
committerYaowu Xu <yaowu@google.com>
Wed, 29 Jul 2015 23:23:14 +0000 (16:23 -0700)
Change-Id: Ief8eea8fe6bef139d1e94f8d6dfac5a44efe785d

vp8/vp8_cx_iface.c

index 8697377892ea195d0eb3c4c11c76e4123378facb..fe88cd4b1b3adb906c1fb210f8ec2107cb24eef1 100644 (file)
@@ -455,7 +455,7 @@ static vpx_codec_err_t vp8e_set_config(vpx_codec_alg_priv_t       *ctx,
             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