summaryrefslogtreecommitdiff
path: root/girepository/girepository.c
diff options
context:
space:
mode:
authorColin Walters <walters@src.gnome.org>2008-10-16 01:40:29 +0000
committerColin Walters <walters@src.gnome.org>2008-10-16 01:40:29 +0000
commitc3d732b2c2393a14ed9bda1e5a2e17745c94ca54 (patch)
tree3dd71bc56c4defb6d7f1a0ef7597922ab8dd17bb /girepository/girepository.c
parent1f1ca54b3a41713b9328f0824f59d18c3ef7ffd2 (diff)
downloadgobject-introspection-c3d732b2c2393a14ed9bda1e5a2e17745c94ca54.tar.gz
Merge branch 'bug556331-includecleanup'
svn path=/trunk/; revision=724
Diffstat (limited to 'girepository/girepository.c')
-rw-r--r--girepository/girepository.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/girepository/girepository.c b/girepository/girepository.c
index 6d401140..04c32c3b 100644
--- a/girepository/girepository.c
+++ b/girepository/girepository.c
@@ -1060,7 +1060,7 @@ g_irepository_require (GIRepository *repository,
if (version != NULL)
g_set_error (error, G_IREPOSITORY_ERROR,
G_IREPOSITORY_ERROR_TYPELIB_NOT_FOUND,
- "Typelib file %s for namespace '%s', version '%s' not found",
+ "Typelib file for namespace '%s', version '%s' not found",
namespace, version);
else
g_set_error (error, G_IREPOSITORY_ERROR,