diff options
author | Piotr Fusik <fox@scene.pl> | 2011-09-13 21:10:43 +0200 |
---|---|---|
committer | Stefan Sauer <ensonic@users.sf.net> | 2011-12-02 12:03:27 +0100 |
commit | 14644457b06f48b26f32f88ef91e1286a48ebe24 (patch) | |
tree | 5216c737500ee2cc4e0032e0c841f6d64660c0cd /gst/encoding/gststreamsplitter.c | |
parent | 0cce8ab97d614ef53970292bd403e7f4460d79f9 (diff) | |
download | gstreamer-plugins-base-14644457b06f48b26f32f88ef91e1286a48ebe24.tar.gz |
various: typo fixes
Fix typos in code and docs. Fixes. #658984
Diffstat (limited to 'gst/encoding/gststreamsplitter.c')
-rw-r--r-- | gst/encoding/gststreamsplitter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/encoding/gststreamsplitter.c b/gst/encoding/gststreamsplitter.c index 53f755489..9221b353a 100644 --- a/gst/encoding/gststreamsplitter.c +++ b/gst/encoding/gststreamsplitter.c @@ -331,7 +331,7 @@ resync: if (res) { /* FIXME : we need to switch properly */ - GST_DEBUG_OBJECT (srcpad, "Setting caps on this pad was succesfull"); + GST_DEBUG_OBJECT (srcpad, "Setting caps on this pad was successful"); stream_splitter->current = srcpad; goto beach; } |