From 87df095de3246142c9407f088b300c3a18846a94 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Sun, 20 Jun 2010 12:32:00 -0400 Subject: [PATCH] GVariant: fix doc copy/paste error --- glib/gvariant.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gvariant.c b/glib/gvariant.c index 3b5fd8c..2f427d3 100644 --- a/glib/gvariant.c +++ b/glib/gvariant.c @@ -1045,7 +1045,7 @@ g_variant_new_signature (const gchar *signature) * @returns: %TRUE if @string is a DBus type signature * * Determines if a given string is a valid DBus type signature. You - * should ensure that a string is a valid DBus object path before + * should ensure that a string is a valid DBus type signature before * passing it to g_variant_new_signature(). * * DBus type signatures consist of zero or more definite #GVariantType -- 2.7.4