From 69b7326399ea1add11f361f5d006b99b828ad625 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Fri, 5 Aug 2011 13:34:08 -0300 Subject: [PATCH] camerabin2: Fixing typo --- gst/camerabin2/gstcamerabin2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/camerabin2/gstcamerabin2.c b/gst/camerabin2/gstcamerabin2.c index 8d799277bf..f1855fa019 100644 --- a/gst/camerabin2/gstcamerabin2.c +++ b/gst/camerabin2/gstcamerabin2.c @@ -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); \ }