summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2018-12-14 12:17:47 +0100
committerKalev Lember <klember@redhat.com>2018-12-14 13:44:33 +0100
commitbb09a6685a45d3478e62cfcc188db5c6727a757b (patch)
treefc92bcf64a20ce1498bfca6461d8ffeba4db0b24
parent30db8cd59530daf89567e9da0875b31b3a2a4cf9 (diff)
downloadappstream-glib-wip/kalev/as-store-locking.tar.gz
store: trivial: Fix a typo in commentwip/kalev/as-store-locking
-rw-r--r--libappstream-glib/as-store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libappstream-glib/as-store.c b/libappstream-glib/as-store.c
index e572374..2fdbe8e 100644
--- a/libappstream-glib/as-store.c
+++ b/libappstream-glib/as-store.c
@@ -3658,7 +3658,7 @@ as_store_validate (AsStore *store, guint32 flags, GError **error)
}
}
- /* check there exists only onle application with a specific name */
+ /* check there exists only one application with a specific name */
hash_names = g_hash_table_new_full (g_str_hash, g_str_equal,
g_free, (GDestroyNotify) g_object_unref);