]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs/MEMORY_PRESSURE: fix typo
authorTristan F.-R. <leodog896@gmail.com>
Thu, 5 Dec 2024 16:17:13 +0000 (08:17 -0800)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 5 Dec 2024 17:32:58 +0000 (17:32 +0000)
corrects "focusses" -> "focuses"

docs/MEMORY_PRESSURE.md

index 532f89456da7d08496de3fd9cab51fc0b240da0e..9cc4f1c0d178f2186b60ad7a16abcb7e98846e47 100644 (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.