summaryrefslogtreecommitdiff
path: root/gobject
diff options
context:
space:
mode:
authorColomban Wendling <ban@herbesfolles.org>2011-06-07 21:59:15 +0200
committerMatthias Clasen <mclasen@redhat.com>2011-06-08 16:56:40 -0400
commit6418769e4cf5657104e5842c3f60d67863c70560 (patch)
treecaa89129cd481c364f2a384bb3d765a869d2df7f /gobject
parent20d56289b97f9e8fd290f5ff41e9bfb69329423c (diff)
Fix a typo in GBinding
https://bugzilla.gnome.org/show_bug.cgi?id=652081
Diffstat (limited to 'gobject')
-rw-r--r--gobject/gbinding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/gbinding.c b/gobject/gbinding.c
index c73c4e654..de234f72e 100644
--- a/gobject/gbinding.c
+++ b/gobject/gbinding.c
@@ -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);