]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/dynamicoverlay/dynamicoverlay_commands.c
Typos
[vlc] / modules / video_filter / dynamicoverlay / dynamicoverlay_commands.c
index f1c4213022b756ec4deecfde2375c35782c2685a..cee57f154e6a959e579c04f154fe9b24f932dbb7 100644 (file)
@@ -442,7 +442,7 @@ static int exec_DataSharedMem( filter_t *p_filter,
         if( (p_params->i_height != 1) || (p_params->i_width < 1) )
         {
             msg_Err( p_filter,
-                     "Invalid width and/or height. when specifing text height "
+                     "Invalid width and/or height. when specifying text height "
                      "must be 1 and width the number of bytes in the string, "
                      "including the null terminator" );
             return VLC_EGENERIC;