diff --git a/gst/aiff/aiffparse.c b/gst/aiff/aiffparse.c index 7d799b3eeb..37febe602e 100644 --- a/gst/aiff/aiffparse.c +++ b/gst/aiff/aiffparse.c @@ -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: