camerabin2: Fixing typo
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>
Fri, 5 Aug 2011 16:34:08 +0000 (13:34 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>
Sat, 6 Aug 2011 15:26:32 +0000 (12:26 -0300)
gst/camerabin2/gstcamerabin2.c

index 8d799277bff8844d90dcee7e381ed6bbd3d3b373..f1855fa019cc34d7b65f628a5b92b5b59c44cd50 100644 (file)
@@ -75,7 +75,7 @@
   gint bef = g_atomic_int_exchange_and_add (&c->processing_counter, 1); \
   if (bef == 0)                                                         \
     g_object_notify (G_OBJECT (c), "idle");                             \
-  GST_DEBUG_OBJECT ((c), "Processing counter increModemented to: %d",       \
+  GST_DEBUG_OBJECT ((c), "Processing counter incremented to: %d",       \
       bef + 1);                                                         \
 }