From fe02234d5276100d34a4a18533120b6fac5fa773 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sun, 17 Jul 2022 13:37:51 +0800 Subject: Correct typos in as-app.c --- libappstream-glib/as-app.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libappstream-glib/as-app.c b/libappstream-glib/as-app.c index ae75973..baa2260 100644 --- a/libappstream-glib/as-app.c +++ b/libappstream-glib/as-app.c @@ -1453,7 +1453,7 @@ as_app_get_suggests (AsApp *app) * as_app_get_requires: * @app: a #AsApp instance. * - * Gets any requires the application has defined. A rquirement could be that + * Gets any requires the application has defined. A requirement could be that * a firmware version has to be below a defined version or that another * application is required to be installed. * @@ -2839,7 +2839,7 @@ as_app_set_developer_name (AsApp *app, * @locale: (nullable): the locale. e.g. "en_GB" * @description: the application description. * - * Sets the application descrption markup for a specific locale. + * Sets the application description markup for a specific locale. * * Since: 0.1.0 **/ -- cgit v1.2.1