summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-07-25 08:50:29 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-07-25 08:50:29 +0200
commit62843efc8f9b04a3231fa3050b495b61f9a103f5 (patch)
treed7fca7a0f3ec97cff5f62b553a4fc2c08ff249c1
parentukify: fix armv7 architecture mapping (diff)
downloadsystemd-62843efc8f9b04a3231fa3050b495b61f9a103f5.tar.xz
systemd-62843efc8f9b04a3231fa3050b495b61f9a103f5.zip
NEWS: fix typo
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 86f0875289..7d012fa6c0 100644
--- a/NEWS
+++ b/NEWS
@@ -658,7 +658,7 @@ CHANGES WITH 254 in spe:
server-side environment variable expansion in specified command
lines. Expansion defaults to enabled for all execution types except
--scope, where it defaults to off (and prints a warning) for backward
- compatbility reasons. --scope will be flipped to default enabled too
+ compatibility reasons. --scope will be flipped to default enabled too
in a future release, so if you are using --scope and passing a '$'
character in the payload you should start explicitly using
--expand-environment=yes/no according to the use case.