summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-11-23 12:53:50 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2009-11-23 12:53:50 +0100
commit5d415906012e8bfaae8f839adbaa0432084023c6 (patch)
treedeec3c0641b3b8da2f27178a27dc7b5d12a973a6
parent5908c404056fc8ad6e90c847dcc270923054b9a5 (diff)
qtdemux: fix typo and grammar
-rw-r--r--gst/qtdemux/qtdemux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c
index cf13a22b9..ae5a9c241 100644
--- a/gst/qtdemux/qtdemux.c
+++ b/gst/qtdemux/qtdemux.c
@@ -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;
}