From a075c286f22b31d7129f6ad3bb74beec36da21f7 Mon Sep 17 00:00:00 2001 From: Chris Cummins Date: Mon, 29 Apr 2013 15:59:56 +0100 Subject: [PATCH] clutter-stage-wayland: Pedantic typo fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Je ne parle pas français --- clutter/wayland/clutter-stage-wayland.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter/wayland/clutter-stage-wayland.c b/clutter/wayland/clutter-stage-wayland.c index ee4bdbd5b..79d868a1d 100644 --- a/clutter/wayland/clutter-stage-wayland.c +++ b/clutter/wayland/clutter-stage-wayland.c @@ -240,7 +240,7 @@ clutter_stage_wayland_class_init (ClutterStageWaylandClass *klass) * Note: this function can only be called when running on the Wayland * platform. Calling this function at any other time will return %NULL. * - * Returns: (transfer non): the Wayland shell surface associated with + * Returns: (transfer none): the Wayland shell surface associated with * @stage * * Since: 1.10