From d03cb0aca3cb6fc6d3695c8283263893aaf15080 Mon Sep 17 00:00:00 2001 From: Seungki Kim Date: Fri, 25 Oct 2024 01:33:40 +0900 Subject: [PATCH] meson: fix minor typo Fixes: https://github.com/lxc/lxc/issues/4492 Signed-off-by: Seungki Kim --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 1f86a6606..9cea5108d 100644 --- a/meson.build +++ b/meson.build @@ -691,7 +691,7 @@ endif if cc.get_define('FS_CONFIG_SET_CMD_CREATE', prefix: decl_headers) != '' srcconf.set10('HAVE_' + 'FS_CONFIG_SET_CMD_CREATE'.underscorify().to_upper(), true) - found_types += 'FS_CONFIG_SET_CMD_CREAT (sys/mount.h)' + found_types += 'FS_CONFIG_SET_CMD_CREATE (sys/mount.h)' else srcconf.set10('HAVE_' + 'FS_CONFIG_SET_CMD_CREATE'.underscorify().to_upper(), false) missing_types += 'FS_CONFIG_SET_CMD_CREATE (sys/mount.h)' -- 2.47.2