From 843caabdeca6ae15f400f38536bc666340c30465 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 8 Apr 2019 13:01:25 +0100 Subject: trivial: Fix some typos spotted using codespell --- client/as-util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client') 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, ""); - /* ab-use acronym for the mouse-over explaination */ + /* ab-use acronym for the mouse-over explanation */ if (comment != NULL) g_string_append_printf (html, "", 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); -- cgit v1.2.1