]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
meson: fix minor typo
authorSeungki Kim <tttuuu888@gmail.com>
Thu, 24 Oct 2024 16:33:40 +0000 (01:33 +0900)
committerStéphane Graber <stgraber@stgraber.org>
Wed, 4 Dec 2024 21:38:00 +0000 (16:38 -0500)
Fixes: https://github.com/lxc/lxc/issues/4492
Signed-off-by: Seungki Kim <tttuuu888@gmail.com>
meson.build

index 6235ee2ff3031b851092303b177840566e9400eb..5c94422776b57d45a6575ee76db36b23dece353f 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)'