<div dir="ltr"><div>Fix typo in error message: bith -> bit<br></div><div><br></div><div>---</div><div> modules/codec/x264.c | 2 +-</div><div> 1 file changed, 1 insertion(+), 1 deletion(-)</div><div><br></div><div>diff --git a/modules/codec/x264.c b/modules/codec/x264.c</div><div>index 5390c96..48c58b5 100644</div><div>--- a/modules/codec/x264.c</div><div>+++ b/modules/codec/x264.c</div><div>@@ -854,7 +854,7 @@ static int  Open ( vlc_object_t *p_this )</div><div> # ifdef MODULE_NAME_IS_x26410b</div><div>         if( mask == 0)</div><div>         {</div><div>-            msg_Err( p_enc, "Only high bith depth encoding supported, bit depth:%d", x264_bit_depth);</div><div>+            msg_Err( p_enc, "Only high bit depth encoding supported, bit depth:%d", x264_bit_depth);</div><div>             return VLC_EGENERIC;</div><div>         }</div><div> # endif</div><div>-- </div><div>2.7.0</div><div><br></div></div>