From: Yu Watanabe Date: Tue, 17 Feb 2026 16:01:11 +0000 (+0000) Subject: man: fix typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b11e07c60734f5e922a0216e7b0e088882711089;p=thirdparty%2Fsystemd.git man: fix typo --- diff --git a/man/sd_event_add_memory_pressure.xml b/man/sd_event_add_memory_pressure.xml index 6b24643f417..b112855f061 100644 --- a/man/sd_event_add_memory_pressure.xml +++ b/man/sd_event_add_memory_pressure.xml @@ -138,7 +138,7 @@ 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. The sd_event_source_set_memory_pressure_type() and