summaryrefslogtreecommitdiff
path: root/gst/gstdebugutils.c
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2010-06-09 12:17:03 +0300
committerStefan Kost <ensonic@users.sf.net>2010-06-09 12:17:03 +0300
commitccc5e23a391c14afc7af01d5f9613f0dbcee1be0 (patch)
treef45f6bae50623261f7fc0b41d9041c9cdaef101d /gst/gstdebugutils.c
parentfdbf9239b3c7a9812dae1530b26d81017ef00fc1 (diff)
debugutils: fix comment typo even more
Diffstat (limited to 'gst/gstdebugutils.c')
-rw-r--r--gst/gstdebugutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstdebugutils.c b/gst/gstdebugutils.c
index 90b73e747..58a3cb12a 100644
--- a/gst/gstdebugutils.c
+++ b/gst/gstdebugutils.c
@@ -28,7 +28,7 @@
* - use labels like : element [ label="{element | <src> src | <sink> sink}"]
* - point to record-connectors : element1:src -> element2:sink
* - we use head/tail labels for pad-caps right now
- * - this does not work well, as dot seems to not look at their sizen when
+ * - this does not work well, as dot seems to not look at their size when
* doing the layout
* - we could add the caps to the pad itself, then we should use one line per
* caps (simple caps = one line)