summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-app-desktop.c
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2015-10-14 19:11:37 +0200
committerKalev Lember <klember@redhat.com>2015-10-14 19:11:37 +0200
commitf5f4dfc113fd52cff880815f9ed62feee701ca61 (patch)
treeedd6a93ce41a4b50373662dd9598b5a7c965528d /libappstream-glib/as-app-desktop.c
parent01e48c3cd5f4d06e8aec0d33cffdff9fb5bc9d3d (diff)
downloadappstream-glib-f5f4dfc113fd52cff880815f9ed62feee701ca61.tar.gz
trivial: Fix a typo in comment
Diffstat (limited to 'libappstream-glib/as-app-desktop.c')
-rw-r--r--libappstream-glib/as-app-desktop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libappstream-glib/as-app-desktop.c b/libappstream-glib/as-app-desktop.c
index 07602fa..eb9cdc2 100644
--- a/libappstream-glib/as-app-desktop.c
+++ b/libappstream-glib/as-app-desktop.c
@@ -170,7 +170,7 @@ as_app_parse_file_key (AsApp *app,
if (g_path_is_absolute (tmp)) {
as_icon_set_filename (icon, tmp);
} else {
- /* Work around a common mistake in desktop files */
+ /* work around a common mistake in desktop files */
dot = g_strstr_len (tmp, -1, ".");
if (dot != NULL &&
(g_strcmp0 (dot, ".png") == 0 ||