From: Christian Persch Date: Wed, 16 Jun 2010 15:48:02 +0000 (+0200) Subject: Typo fix X-Git-Tag: 2.25.9~40 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b90f11ff970a39ea6d9d7abbe01b07043c70de6b;p=platform%2Fupstream%2Fglib.git Typo fix --- diff --git a/gio/gapplication.c b/gio/gapplication.c index da44828..04e1b39 100644 --- a/gio/gapplication.c +++ b/gio/gapplication.c @@ -133,7 +133,7 @@ * and @data contains platform-specific additional data. * * On all platforms, @data is guaranteed to have a key "cwd" of type - * singature "ay" which contains the working directory of the invoked + * signature "ay" which contains the working directory of the invoked * executable. * *