camerabin2: Fix string typo
authorAnders Jonsson <anders.jonsson@norsjovallen.se>
Wed, 5 Aug 2015 10:56:57 +0000 (12:56 +0200)
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>
Wed, 5 Aug 2015 13:15:07 +0000 (09:15 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=753241

gst/camerabin2/gstwrappercamerabinsrc.c

index 40d7858..7796107 100644 (file)
@@ -581,7 +581,7 @@ gst_wrapper_camera_bin_src_construct_pipeline (GstBaseCameraSrc * bcamsrc)
 
     if (!(self->digitalzoom = g_object_new (GST_TYPE_DIGITAL_ZOOM, NULL))) {
       GST_ELEMENT_ERROR (self, CORE, MISSING_PLUGIN,
-          (_("Digitalzoom element cound't be created")), (NULL));
+          (_("Digitalzoom element couldn't be created")), (NULL));
 
       goto done;
     }