]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 7 Sep 2024 13:26:21 +0000 (22:26 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 7 Sep 2024 13:26:24 +0000 (22:26 +0900)
Follow-up for 7a3a49386cc49d3971531ea24efb84232c05cc86.

NEWS

diff --git a/NEWS b/NEWS
index 00165190b74c5ee9a6e007c6c2f864375abe91db..b7c33113df8d67e869aff1e6a4cdc0e7ee1274e1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -536,10 +536,10 @@ CHANGES WITH 256:
           of sshd_config. Note that sshd only allows a single command to be
           configured this way, hence this drop-in might conflict with other
           uses of the logic. It is possible to chainload another, similar tool
-          of another subystem via the --chain switch of userdbctl, to support
+          of another subsystem via the --chain switch of userdbctl, to support
           both in parallel. See the "INTEGRATION WITH SSH" section in
           userdbctl(1) for details on this. Our recommendation how to combine
-          other subsystem's use of the SSH authroized keys logic with systemd's
+          other subsystem's use of the SSH authorized keys logic with systemd's
           userbctl functionality however is to implement the APIs described
           here: https://systemd.io/USER_GROUP_API – in that case this newly
           added sshd_config integration would just work and do the right thing