summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSevan Janiyan <venture37@geeklan.co.uk>2021-04-15 00:01:53 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-05-15 19:32:26 +0200
commitdfe66e7b9778062a879511facb0da602f2ffa012 (patch)
treea74ffaea65ded2ab05a27e5602a3583a76720e42
parenta4cd7949c47f55aa972098e080b65084c9e60ff9 (diff)
downloadsystemd-dfe66e7b9778062a879511facb0da602f2ffa012.tar.gz
meson.build: typo
(cherry picked from commit d5b3e5104448ebfecd334c26dbdd3a8274440b1e) (cherry picked from commit 812384ce37acd909d70f9295a3b0fce98c8cf840)
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index cb95635692..a308bd9f79 100644
--- a/meson.build
+++ b/meson.build
@@ -775,7 +775,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