From fbcdb077687bc86cd3e9529d807a3a71f63c3cd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Wed, 3 Feb 2016 15:43:49 +0100 Subject: [PATCH] app-utils: typo --- common/xdg-app-utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/xdg-app-utils.c b/common/xdg-app-utils.c index 1963efe5..c0ad36be 100644 --- a/common/xdg-app-utils.c +++ b/common/xdg-app-utils.c @@ -1654,7 +1654,7 @@ extract_appstream (OstreeRepo *repo, } if (!copy_icon (id, root, dest, "128x128", &my_error)) { - g_print ("Error copying 128x12 icon: %s\n", my_error->message); + g_print ("Error copying 128x128 icon: %s\n", my_error->message); g_clear_error (&my_error); } } @@ -2165,7 +2165,7 @@ xdg_app_xml_parse (GInputStream *in, char buffer[32*1024]; gssize len; g_autoptr(GMarkupParseContext) ctx = NULL; - + if (compressed) { g_autoptr(GZlibDecompressor) decompressor = NULL;