File: openuri-Fix-typo-in-doc.patch

package info (click to toggle)
libportal 0.6-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,280 kB
  • sloc: ansic: 7,646; javascript: 670; cpp: 463; sh: 162; makefile: 36; xml: 20
file content (22 lines) | stat: -rw-r--r-- 707 bytes parent folder | download
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,