Fix a typo, s/detext/detect. Patch by Enrico Tröger.
authorChristian Dywan <christian@imendio.com>
Fri, 28 Nov 2008 09:43:10 +0000 (09:43 +0000)
committerChristian Dywan <cdywan@src.gnome.org>
Fri, 28 Nov 2008 09:43:10 +0000 (09:43 +0000)
2008-11-28  Christian Dywan  <christian@imendio.com>

* gappinfo.c: Fix a typo, s/detext/detect. Patch by Enrico Tröger.

svn path=/trunk/; revision=7700

gio/ChangeLog
gio/gappinfo.c

index 8b10920..370f994 100644 (file)
@@ -1,3 +1,7 @@
+2008-11-28  Christian Dywan  <christian@imendio.com>
+
+       * gappinfo.c: Fix a typo, s/detext/detect. Patch by Enrico Tröger.
+
 2008-11-28  Matthias Clasen  <mclasen@redhat.com>
 
        Bug 559633 – gtk_image_new_from_gicon does not always work for
index 9b82cf2..a7feee5 100644 (file)
@@ -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.