summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTristan F.-R. <leodog896@gmail.com>2024-12-05 17:17:13 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2024-12-05 18:32:58 +0100
commit26dd4d3dd7332e7a347d499f59f5511eb9b2b9b0 (patch)
treed2ddf08b45a31ec40f6a4ac9a1673261034daa08 /docs
parenttest-time-util: do more suppression of time zone checks (diff)
downloadsystemd-26dd4d3dd7332e7a347d499f59f5511eb9b2b9b0.tar.xz
systemd-26dd4d3dd7332e7a347d499f59f5511eb9b2b9b0.zip
docs/MEMORY_PRESSURE: fix typo
corrects "focusses" -> "focuses"
Diffstat (limited to 'docs')
-rw-r--r--docs/MEMORY_PRESSURE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/MEMORY_PRESSURE.md b/docs/MEMORY_PRESSURE.md
index 532f89456d..9cc4f1c0d1 100644
--- a/docs/MEMORY_PRESSURE.md
+++ b/docs/MEMORY_PRESSURE.md
@@ -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.