summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2022-07-17 13:37:51 +0800
committerRichard Hughes <richard@hughsie.com>2022-07-17 08:15:41 +0100
commitfe02234d5276100d34a4a18533120b6fac5fa773 (patch)
tree50884cf02eadf9c3c6456718b615480f6982e0cf
parent2415ed7f48aba0f210445ab83e8278ca4ec47945 (diff)
downloadappstream-glib-fe02234d5276100d34a4a18533120b6fac5fa773.tar.gz
Correct typos in as-app.c
-rw-r--r--libappstream-glib/as-app.c4
1 files 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
**/