omx: Fix spelling mistake found by lintian: s/Seperate/Separate/

This commit is contained in:
George Kiagiadakis 2012-05-08 16:13:32 +03:00
parent 158775f497
commit 7b3dac67af

View file

@ -1952,7 +1952,7 @@ gst_omx_error_to_string (OMX_ERRORTYPE err)
case OMX_ErrorContentPipeCreationFailed:
return "Content pipe creation failed";
case OMX_ErrorSeperateTablesUsed:
return "Seperate tables used";
return "Separate tables used";
case OMX_ErrorTunnelingUnsupported:
return "Tunneling unsupported";
default: