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
committerSven Eden <yamakuzure@gmx.net>2017-05-17 15:22:15 +0200
commit07c9d5f5d8171ac47f22e2cab1c0aef3b81ef404 (patch)
treea28c96b0b6bd766ebb596b084a3acb5aa7c253fa /man/sd_event_source_set_priority.xml
parent00b05b66b96a48fa4714589e2c82fd6c0265dd95 (diff)
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 0f7fde203..d1acd8e65 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