summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2014-02-18 03:06:15 +0100
committerKay Sievers <kay@vrfy.org>2014-02-18 03:08:07 +0100
commitb97610038a122ff30e60b1996369ca4b979d8b19 (patch)
tree062e604384cbcf2b06b89351545b72b61461c995 /NEWS
parent38bf2b26bd232ec6aea1d1a9ff2887e3ba23f41c (diff)
NEWS: fix typos
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index b496f640e..699b39803 100644
--- a/NEWS
+++ b/NEWS
@@ -75,7 +75,7 @@ CHANGES WITH 209:
* A new API "sd-event.h" has been added that implements a
minimal event loop API built around epoll. It provides a
couple of features that direct epoll usage is lacking:
- priorization of events, scales to large numbers of timer
+ prioritization of events, scales to large numbers of timer
events, per-event timer slack (accuracy), system-wide
coalescing of timer events, exit handlers, watchdog
supervision support using systemd's sd_notify() API, child
@@ -144,7 +144,7 @@ CHANGES WITH 209:
* /etc/systemd/system.conf gained new settings to configure
various default timeouts of units, as well as the default
- start limit interval and burst. These may still be overriden
+ start limit interval and burst. These may still be overridden
within each Unit.
* PID1 will now export on the bus profile data of the security
@@ -239,7 +239,7 @@ CHANGES WITH 209:
merged them into a single library libsystemd.so which
provides all symbols. The reason for this are cyclic
dependencies, as these libraries tend to use each other's
- symbols. So far we maneged to work-around that by linking a
+ symbols. So far we managed to work-around that by linking a
copy of a good part of our code into each of these libraries
again and again, which however makes certain things hard to
do, like sharing static variables. Also, it substantially
@@ -339,12 +339,12 @@ CHANGES WITH 209:
* systemd-nspawn has been updated to create a new kdbus domain
for each container that is invoked, thus allowing each
- container to have its own set of system and user busses,
+ container to have its own set of system and user buses,
independently of the host.
* systemd-nspawn gained a new --drop-capability= switch to run
the container with less capabilities than the default. Both
- --drop-capability= and --capability= now take the specia
+ --drop-capability= and --capability= now take the special
string "all" for dropping or keeping all capabilities.
* systemd-nspawn gained new switches for executing containers