1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Corey Berla <coreyberla@gnome.org>
Date: Thu, 11 Aug 2022 22:15:10 -0700
Subject: openuri: Fix typo in doc
Origin: upstream, 0.7, commit:af8f50e64a6e38ae7de50db6f1cb8cc896f91e7b
---
libportal/openuri.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libportal/openuri.c b/libportal/openuri.c
index 63c1721..af792af 100644
--- a/libportal/openuri.c
+++ b/libportal/openuri.c
@@ -274,7 +274,7 @@ do_open (OpenCall *call)
* @callback: (scope async): a callback to call when the request is done
* @data: (closure): data to pass to @callback
*
- * Opens @uri with an external hamdler.
+ * Opens @uri with an external handler.
*/
void
xdp_portal_open_uri (XdpPortal *portal,
|