From f12705b2f5d21f0f28b346ca5239b7ddb899fccb Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Sun, 5 Jan 2014 23:44:36 +0100 Subject: [PATCH] aiffparse: typo fix in comment --- gst/aiff/aiffparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: