qtdemux: fix typo and grammar
authorWim Taymans <wim.taymans@collabora.co.uk>
Mon, 23 Nov 2009 11:53:50 +0000 (12:53 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Mon, 23 Nov 2009 11:53:50 +0000 (12:53 +0100)
gst/qtdemux/qtdemux.c

index cf13a22..ae5a9c2 100644 (file)
@@ -3008,7 +3008,7 @@ invalid_state:
 no_moov:
   {
     GST_ELEMENT_ERROR (demux, STREAM, FAILED,
-        (NULL), ("no 'moov' atom withing first 10 MB"));
+        (NULL), ("no 'moov' atom within the first 10 MB"));
     ret = GST_FLOW_ERROR;
     goto done;
   }