aiffparse: typo fix in comment

This commit is contained in:
Stefan Sauer 2014-01-05 23:44:36 +01:00
parent 18ec1c9bd7
commit f12705b2f5

View file

@ -1110,7 +1110,7 @@ no_rate:
no_bytes_per_sample:
{
GST_ELEMENT_ERROR (aiff, STREAM, FAILED, (NULL),
("Could not caluclate bytes per sample - invalid data"));
("Could not calculate bytes per sample - invalid data"));
return GST_FLOW_ERROR;
}
unknown_format: