From 8fcb73b0a90e663f5b1bf6d7b2554623c6b14968 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Fri, 9 Dec 2011 12:11:53 +0100 Subject: [PATCH] gdbus-codegen: fix typo in generated documentation Fixes https://bugzilla.gnome.org/show_bug.cgi?id=665858 --- gio/gdbus-2.0/codegen/codegen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gdbus-2.0/codegen/codegen.py b/gio/gdbus-2.0/codegen/codegen.py index 41161b0..af142e8 100644 --- a/gio/gdbus-2.0/codegen/codegen.py +++ b/gio/gdbus-2.0/codegen/codegen.py @@ -2712,7 +2712,7 @@ class CodeGenerator: ' * %sobject_peek_%s: (skip)\n' ' * @object: A #%sObject.\n' ' *\n' - ' * Like %sobject_get_%s() but doesn\' increase the reference count on the returned object.\n' + ' * Like %sobject_get_%s() but doesn\'t increase the reference count on the returned object.\n' ' *\n' ' * It is not safe to use the returned object if you are on another thread than the one where the #GDBusObjectManagerClient or #GDBusObjectManagerServer for @object is running.\n' ' *\n' -- 2.7.4