summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2016-10-12 23:02:44 +0200
committerSven Eden <yamakuzure@gmx.net>2017-07-05 08:50:55 +0200
commita04ba5e54a47f2284ce3f768d01c06881f280b5c (patch)
treec6f84be6dd10ae4bae361565ea6b9c6cffd56224 /man
parent3602096276194365d3e9874b0899701baf3327de (diff)
man: typo fixes
A mix of fixes for typos and UK english
Diffstat (limited to 'man')
-rw-r--r--man/sd-event.xml2
-rw-r--r--man/sd_event_source_set_priority.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/man/sd-event.xml b/man/sd-event.xml
index b68f4fc47..4fcd35685 100644
--- a/man/sd-event.xml
+++ b/man/sd-event.xml
@@ -97,7 +97,7 @@
iteration a single event source is dispatched. Each time an event
source is dispatched the kernel is polled for new events, before
the next event source is dispatched. The event loop is designed to
- honour priorities and provide fairness within each priority. It is
+ honor priorities and provide fairness within each priority. It is
not designed to provide optimal throughput, as this contradicts
these goals due the limitations of the underlying <citerefentry
project='man-pages'><refentrytitle>epoll</refentrytitle><manvolnum>7</manvolnum></citerefentry>
diff --git a/man/sd_event_source_set_priority.xml b/man/sd_event_source_set_priority.xml
index 6457cfc9b..d50ffad2a 100644
--- a/man/sd_event_source_set_priority.xml
+++ b/man/sd_event_source_set_priority.xml
@@ -115,7 +115,7 @@
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
- once. This behaviour guarantees that within each priority
+ once. This behavior guarantees that within each priority
particular event sources do not starve or dominate the event
loop.</para>