Fix a typo in GBinding
authorColomban Wendling <ban@herbesfolles.org>
Tue, 7 Jun 2011 19:59:15 +0000 (21:59 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 8 Jun 2011 20:56:40 +0000 (16:56 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=652081

gobject/gbinding.c

index c73c4e6..de234f7 100644 (file)
@@ -912,7 +912,7 @@ g_object_bind_property_full (gpointer               source,
   if ((flags & G_BINDING_BIDIRECTIONAL) &&
       !(pspec->flags & G_PARAM_READABLE))
     {
-      g_warning ("%s: The starget object of type %s has no writable property called '%s'",
+      g_warning ("%s: The target object of type %s has no readable property called '%s'",
                  G_STRLOC,
                  G_OBJECT_TYPE_NAME (target),
                  target_property);