diff --git a/intern/ghost/intern/GHOST_ContextVK.cc b/intern/ghost/intern/GHOST_ContextVK.cc index 1567aaceb39..830f7bf7844 100644 --- a/intern/ghost/intern/GHOST_ContextVK.cc +++ b/intern/ghost/intern/GHOST_ContextVK.cc @@ -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), \