]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: fix type in comment
authorLennart Poettering <lennart@poettering.net>
Sat, 20 Sep 2025 06:41:56 +0000 (08:41 +0200)
committerLennart Poettering <lennart@poettering.net>
Sat, 20 Sep 2025 06:41:58 +0000 (08:41 +0200)
As per https://github.com/systemd/systemd/pull/38999#discussion_r2363704203

meson.build

index c5a2953200f92bc51ec85be4fa98b5b8db06f237..15e1d3821ed9265fefd57c6fd05cbd6ee66f1830 100644 (file)
@@ -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