<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From 09e4efa3d098a4b13c3333392cc70e40a51ba2ce Mon Sep 17 00:00:00 2001
From: Richard Hughes &lt;richard@hughsie.com&gt;
Date: Tue, 11 May 2021 11:30:42 +0100
Subject: [PATCH] gom: Fix trivial documentation typo

---
 gom/gom-adapter.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gom/gom-adapter.c b/gom/gom-adapter.c
index e413688..8c5f79d 100644
--- a/gom/gom-adapter.c
+++ b/gom/gom-adapter.c
@@ -127,7 +127,7 @@ gom_adapter_worker (gpointer data)
  * @callback: (in) (scope async): A callback to execute write queries on SQLite.
  * @user_data: (in): User data for @callback.
  *
- * Queues a callback to be executed within the SQLite thwrite. The callback can
+ * Queues a callback to be executed within the SQLite thread. The callback can
  * perform reads and writes.
  */
 void
-- 
GitLab

</pre></body></html>