summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2009-12-09 16:39:31 -0200
committerJohan Dahlin <johan@gnome.org>2009-12-09 16:39:47 -0200
commit79450515e879b8ac4bf4aff1ebdced79ddb1fb35 (patch)
tree4c27f0ccbf5d82a6d663555391b6e323401b43fb
parent0e68edfaeaee03bb8e23b09869d398d2460c75a0 (diff)
downloadgobject-introspection-79450515e879b8ac4bf4aff1ebdced79ddb1fb35.tar.gz
Improve the error message
-rw-r--r--girepository/gtypelib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/girepository/gtypelib.c b/girepository/gtypelib.c
index 30f79617..bc9896d2 100644
--- a/girepository/gtypelib.c
+++ b/girepository/gtypelib.c
@@ -251,7 +251,7 @@ validate_name (GTypelib *typelib,
g_set_error (error,
G_TYPELIB_ERROR,
G_TYPELIB_ERROR_INVALID,
- "The %s is contains invalid characters: %s",
+ "The %s contains invalid characters: '%s'",
msg, name);
return FALSE;
}