Fix: Spelling mistake in Vulkan error print

Pull Request: https://projects.blender.org/blender/blender/pulls/136535
This commit is contained in:
Gon Solo
2025-03-26 14:25:49 +01:00
committed by Brecht Van Lommel
parent 36154a1ab4
commit eaee5fc658

View File

@@ -93,7 +93,7 @@ static const char *vulkan_error_as_string(VkResult result)
VkResult r = (__expression); \
if (r != VK_SUCCESS) { \
fprintf(stderr, \
"Vulkan Error : %s:%d : %s failled with %s\n", \
"Vulkan Error : %s:%d : %s failed with %s\n", \
__FILE__, \
__LINE__, \
__STR(__expression), \