]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 17 Feb 2026 16:01:11 +0000 (16:01 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 27 Feb 2026 21:57:05 +0000 (21:57 +0000)
(cherry picked from commit b11e07c60734f5e922a0216e7b0e088882711089)
(cherry picked from commit db9eed52008e5e706a3596c732cfe0026985317f)
(cherry picked from commit 36e4ae63c7dc2912212f19be0d555bceca57c4b4)

man/sd_event_add_memory_pressure.xml

index 6b24643f417194bd692853b589796ac6f4364697..b112855f061b04056d50626c58cec60c238ef6b3 100644 (file)
 
     <para>This event source typically fires on memory pressure stalls, i.e. when operational latency above a
     configured threshold already has been seen. This should be taken into consideration when discussing
-    whether later latency to re-aquire any released resources is acceptable: it is usually more important to
+    whether later latency to re-acquire any released resources is acceptable: it is usually more important to
     think of the latencies that already happened than those coming up in future.</para>
 
     <para>The <function>sd_event_source_set_memory_pressure_type()</function> and