]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson.build: typo
authorSevan Janiyan <venture37@geeklan.co.uk>
Wed, 14 Apr 2021 23:01:53 +0000 (00:01 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 15 Apr 2021 04:23:13 +0000 (13:23 +0900)
meson.build

index fa929370bd505849f8fe788d2e71584e5972e3cc..6079bfe282cfa8cc0659a99ceee70ea1fdfab34e 100644 (file)
@@ -802,7 +802,7 @@ if not meson.is_cross_build()
                 id = id_result.stdout().to_int()
                 if id != 65534
                         warning('\n' +
-                                'The local group with the configured group name "@0@" of the nobody group does not have UID 65534 (it has @1@).\n'.format(nobody_group, id) +
+                                'The local group with the configured group name "@0@" of the nobody group does not have GID 65534 (it has @1@).\n'.format(nobody_group, id) +
                                 'Your build will result in an group table setup that is incompatible with the local system.')
                 endif
         endif