From 49e5c6462e6fe82e607b7e395bd01cd8a54133a3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 20 Sep 2025 08:41:56 +0200 Subject: [PATCH] meson: fix type in comment As per https://github.com/systemd/systemd/pull/38999#discussion_r2363704203 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index c5a2953200f..15e1d3821ed 100644 --- a/meson.build +++ b/meson.build @@ -2296,7 +2296,7 @@ pam_template = { ], 'dependencies' : [ # Note: our PAM modules also call dlopen_libpam() and use - # symbols aquired through that, hence the explicit dep here is + # symbols acquired through that, hence the explicit dep here is # strictly speaking unnecessary. We put it in place anyway, # since for the PAM modules we cannot avoid libpam anyway, # after all they are loaded *by* libpam, and hence there's no -- 2.47.3