summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-02-04 18:39:04 +0100
committerYoungjae Cho <y0.cho@samsung.com>2023-01-31 11:56:26 +0900
commitb1d65cee64eb7b3bc7be928e4d0487f3cffb43ac (patch)
treede6fffc1e527f8695bad6aa87e46e05affeca33d /man
parentf3ce776e8400feb8b9efe62bfcad3814c5be9216 (diff)
downloadsystemd-b1d65cee64eb7b3bc7be928e4d0487f3cffb43ac.tar.gz
systemd-b1d65cee64eb7b3bc7be928e4d0487f3cffb43ac.tar.bz2
systemd-b1d65cee64eb7b3bc7be928e4d0487f3cffb43ac.zip
Fix typo in function name
Origin: upstream, https://github.com/systemd/systemd/commit/bc130b6858327b382b07b3985cf48e2aa9016b2d Change-Id: Ia51b9fa4c747fa80f4f6f7a7c44c7c5225b0f5b1 Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
Diffstat (limited to 'man')
-rw-r--r--man/sd_bus_enqueue_for_read.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_bus_enqueue_for_read.xml b/man/sd_bus_enqueue_for_read.xml
index 30ccee2ef2..3318a3031b 100644
--- a/man/sd_bus_enqueue_for_read.xml
+++ b/man/sd_bus_enqueue_for_read.xml
@@ -47,7 +47,7 @@
<para>This call is primarily useful for dealing with incoming method calls that may be processed only
after an additional asynchronous operation completes. One example are PolicyKit authorization requests
- that are determined to be necessary to autorize a newly incoming method call: when the PolicyKit response
+ that are determined to be necessary to authorize a newly incoming method call: when the PolicyKit response
is received the original method call may be re-enqueued to process it again, this time with the
authorization result known.</para>
</refsect1>