summaryrefslogtreecommitdiff
path: root/gst/encoding/gststreamsplitter.c
diff options
context:
space:
mode:
authorPiotr Fusik <fox@scene.pl>2011-09-13 21:10:43 +0200
committerStefan Sauer <ensonic@users.sf.net>2011-12-02 12:03:27 +0100
commit14644457b06f48b26f32f88ef91e1286a48ebe24 (patch)
tree5216c737500ee2cc4e0032e0c841f6d64660c0cd /gst/encoding/gststreamsplitter.c
parent0cce8ab97d614ef53970292bd403e7f4460d79f9 (diff)
downloadgstreamer-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.c2
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;
}