Fix a typo, s/detext/detect. Patch by Enrico Tröger.

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
This commit is contained in:
Christian Dywan 2008-11-28 09:43:10 +00:00 committed by Christian Dywan
parent 5e6aea1b2f
commit b5321fe34c
2 changed files with 5 additions and 1 deletions

View 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

View 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.