libs/gst/base/gstbasetransform.c: speling fix.
authorDavid Schleef <ds@schleef.org>
Tue, 6 Dec 2005 23:32:01 +0000 (23:32 +0000)
committerDavid Schleef <ds@schleef.org>
Tue, 6 Dec 2005 23:32:01 +0000 (23:32 +0000)
Original commit message from CVS:
* libs/gst/base/gstbasetransform.c: speling fix.

ChangeLog
libs/gst/base/gstbasetransform.c

index dafd45d..7ab2edf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-12-06  David Schleef  <ds@schleef.org>
+
+       * libs/gst/base/gstbasetransform.c: speling fix.
+
 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * docs/libs/tmpl/gstdataprotocol.sgml:
index c42bfe1..9d8b9df 100644 (file)
@@ -23,7 +23,7 @@
 
 /**
  * SECTION:gstbasetransform
- * @short_description: Base class for simple tranform filters
+ * @short_description: Base class for simple transform filters
  * @see_also: #GstBaseSrc, #GstBaseSink
  *
  * This base class is for filter elements that process data.
@@ -488,7 +488,7 @@ gst_base_transform_getcaps (GstPad * pad)
     temp = gst_caps_intersect (caps, templ);
     GST_DEBUG_OBJECT (pad, "intersected %" GST_PTR_FORMAT, temp);
     gst_caps_unref (caps);
-    /* then see what we can tranform this to */
+    /* then see what we can transform this to */
     caps = gst_base_transform_transform_caps (trans,
         GST_PAD_DIRECTION (otherpad), temp);
     GST_DEBUG_OBJECT (pad, "transformed  %" GST_PTR_FORMAT, caps);