1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-03 05:18:09 +03:00

docs/MEMORY_PRESSURE: fix typo

corrects "focusses" -> "focuses"
This commit is contained in:
Tristan F.-R. 2024-12-05 08:17:13 -08:00 committed by Luca Boccassi
parent 3cf362f6f5
commit 26dd4d3dd7

View File

@ -234,5 +234,5 @@ service, which then propagates this through D-Bus to the applications. This is
typically less than ideal, since this means each notification event has to
traverse three processes before being handled. This traversal creates
additional latencies at a time where the system is already experiencing adverse
latencies. Moreover, it focusses on system-wide PSI events, even though
latencies. Moreover, it focuses on system-wide PSI events, even though
service-local ones are generally the better approach.