From 3fb22224709972dda2c1e830eac590b4536ab1f7 Mon Sep 17 00:00:00 2001 From: Anders Jonsson Date: Wed, 5 Aug 2015 12:56:57 +0200 Subject: camerabin2: Fix string typo https://bugzilla.gnome.org/show_bug.cgi?id=753241 --- gst/camerabin2/gstwrappercamerabinsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/camerabin2') diff --git a/gst/camerabin2/gstwrappercamerabinsrc.c b/gst/camerabin2/gstwrappercamerabinsrc.c index 40d785831..7796107da 100644 --- a/gst/camerabin2/gstwrappercamerabinsrc.c +++ b/gst/camerabin2/gstwrappercamerabinsrc.c @@ -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; } -- cgit v1.2.1