]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
meson: fix minor typo 4493/head
authorSeungki Kim <tttuuu888@gmail.com>
Thu, 24 Oct 2024 16:33:40 +0000 (01:33 +0900)
committerSeungki Kim <tttuuu888@gmail.com>
Thu, 24 Oct 2024 22:13:12 +0000 (07:13 +0900)
Fixes: https://github.com/lxc/lxc/issues/4492
Signed-off-by: Seungki Kim <tttuuu888@gmail.com>
meson.build

index 1f86a6606fe8949c6801ba1645db512a1f3a9843..9cea5108d2a12f49d968b2bb18d0d02eb066d414 100644 (file)
@@ -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)'