From: Christian Dywan Date: Fri, 28 Nov 2008 09:43:10 +0000 (+0000) Subject: Fix a typo, s/detext/detect. Patch by Enrico Tröger. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=b5321fe34cdf6f365d8a304b2fd5cc93dc45daa1;p=dana%2Fcg-glib.git Fix a typo, s/detext/detect. Patch by Enrico Tröger. 2008-11-28 Christian Dywan * gappinfo.c: Fix a typo, s/detext/detect. Patch by Enrico Tröger. svn path=/trunk/; revision=7700 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index 8b10920a..370f9945 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,7 @@ +2008-11-28 Christian Dywan + + * gappinfo.c: Fix a typo, s/detext/detect. Patch by Enrico Tröger. + 2008-11-28 Matthias Clasen Bug 559633 – gtk_image_new_from_gicon does not always work for diff --git a/gio/gappinfo.c b/gio/gappinfo.c index 9b82cf2d..a7feee5d 100644 --- a/gio/gappinfo.c +++ b/gio/gappinfo.c @@ -587,7 +587,7 @@ g_app_info_should_show (GAppInfo *appinfo) * * Utility function that launches the default application * registered to handle the specified uri. Synchronous I/O - * is done on the uri to detext the type of the file if + * is done on the uri to detect the type of the file if * required. * * Returns: %TRUE on success, %FALSE on error.