From: Lennart Poettering Date: Sat, 20 Sep 2025 06:41:56 +0000 (+0200) Subject: meson: fix type in comment X-Git-Tag: v259-rc1~482 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49e5c6462e6fe82e607b7e395bd01cd8a54133a3;p=thirdparty%2Fsystemd.git meson: fix type in comment As per https://github.com/systemd/systemd/pull/38999#discussion_r2363704203 --- 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