summaryrefslogtreecommitdiff
path: root/man/sd_event_source_set_priority.xml
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2015-12-26 18:25:49 +0100
committerJakub Wilk <jwilk@jwilk.net>2015-12-26 20:37:17 +0100
commit7f3fdb7f19a109fa3d1be92926bfe4cea1817da5 (patch)
treef61d265f4ab58b850d0b7c80368a8dbe2045505f /man/sd_event_source_set_priority.xml
parent326092991934fe3a02921d1e1278073a5b677dcc (diff)
downloadsystemd-7f3fdb7f19a109fa3d1be92926bfe4cea1817da5.tar.gz
man: fix typos
Diffstat (limited to 'man/sd_event_source_set_priority.xml')
-rw-r--r--man/sd_event_source_set_priority.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_event_source_set_priority.xml b/man/sd_event_source_set_priority.xml
index cc0f5a0103..9234f4233e 100644
--- a/man/sd_event_source_set_priority.xml
+++ b/man/sd_event_source_set_priority.xml
@@ -111,7 +111,7 @@
dispatched is undefined, but the event loop generally tries to
dispatch them in the order it learnt about events on them. As the
backing kernel primitives do not provide accurate information
- about the order in which events occured this is not necessarily
+ about the order in which events occurred this is not necessarily
reliable. However, it is guaranteed that if events are seen on
multiple same-priority event sources at the same time, each one is
not dispatched again until all others have been dispatched