summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2019-04-08 13:01:25 +0100
committerRichard Hughes <richard@hughsie.com>2019-04-08 13:02:05 +0100
commit843caabdeca6ae15f400f38536bc666340c30465 (patch)
treedb13077c9341d2f5db71f3d2e99845e54bd26982 /client
parentf9acd7b4f2362402f5a23f80e0a27552ea76e3e6 (diff)
downloadappstream-glib-843caabdeca6ae15f400f38536bc666340c30465.tar.gz
trivial: Fix some typos spotted using codespell
Diffstat (limited to 'client')
-rw-r--r--client/as-util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/as-util.c b/client/as-util.c
index a50c7ba..9700e69 100644
--- a/client/as-util.c
+++ b/client/as-util.c
@@ -2304,7 +2304,7 @@ as_util_matrix_html_write_item (AsUtilPkgState *state_app,
{
g_string_append (html, "<td>");
- /* ab-use acronym for the mouse-over explaination */
+ /* ab-use acronym for the mouse-over explanation */
if (comment != NULL)
g_string_append_printf (html, "<acronym title=\"%s\">", comment);
@@ -3333,7 +3333,7 @@ as_util_mirror_screenshots_app_url (AsUtilPrivate *priv,
g_set_error (error,
AS_ERROR,
AS_ERROR_FAILED,
- "file:// URLs like %s are not suported", url);
+ "file:// URLs like %s are not supported", url);
return FALSE;
}
uri = soup_uri_new (url);