[PATCH] winevulkan: Fix the spelling of an ERR() message.

Francois Gouget fgouget at free.fr
Thu Dec 12 17:13:24 CST 2019


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/winevulkan/vulkan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/winevulkan/vulkan.c b/dlls/winevulkan/vulkan.c
index 725bdf019e2..59472bcef89 100644
--- a/dlls/winevulkan/vulkan.c
+++ b/dlls/winevulkan/vulkan.c
@@ -1050,7 +1050,7 @@ VkResult WINAPI wine_vkQueueSubmit(VkQueue queue, uint32_t count,
         command_buffers = heap_calloc(num_command_buffers, sizeof(*submits_host));
         if (!command_buffers)
         {
-            ERR("Unable to allocate memory for comman buffers!\n");
+            ERR("Unable to allocate memory for command buffers!\n");
             res = VK_ERROR_OUT_OF_HOST_MEMORY;
             goto done;
         }
-- 
2.20.1




More information about the wine-devel mailing list