From b5321fe34cdf6f365d8a304b2fd5cc93dc45daa1 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Fri, 28 Nov 2008 09:43:10 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20a=20typo,=20s/detext/detect.=20Patch=20by?= =?UTF-8?q?=20Enrico=20Tr=C3=B6ger.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2008-11-28 Christian Dywan * gappinfo.c: Fix a typo, s/detext/detect. Patch by Enrico Tröger. svn path=/trunk/; revision=7700 --- gio/ChangeLog | 4 ++++ gio/gappinfo.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gio/ChangeLog b/gio/ChangeLog index 8b10920ab..370f9945f 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 9b82cf2d8..a7feee5d1 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.