summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@microsoft.com>2020-07-23 13:45:45 +0100
committerLennart Poettering <lennart@poettering.net>2020-07-23 18:47:38 +0200
commit549719699c7761b4ca5d74d77230008824f31325 (patch)
treee3cb517c0f9023143653bde418854b390a06deb5
parentd130181fd807f4f623441a431c76bbd827af0178 (diff)
downloadsystemd-549719699c7761b4ca5d74d77230008824f31325.tar.gz
NEWS: fix typo in path
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 36c2c930e8..390282c90a 100644
--- a/NEWS
+++ b/NEWS
@@ -527,7 +527,7 @@ CHANGES WITH 246:
has been extended by a set of environment variables that expose
select fields from the host's os-release file to the container
payload. Similarly, host's os-release files can be mounted into the
- container underneath /run/hosts. Together, those mechanisms provide a
+ container underneath /run/host. Together, those mechanisms provide a
standardized way to expose information about the host to the
container payload. Both interfaces are implemented in systemd-nspawn.