From f52f01257fd8a081ca00b7a7c054a6e85646ccef Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 17 Dec 2021 12:18:03 -0500 Subject: Fix spelling errors --- examples/pugl_vulkan_cpp_demo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/pugl_vulkan_cpp_demo.cpp b/examples/pugl_vulkan_cpp_demo.cpp index d92e652..4a798ba 100644 --- a/examples/pugl_vulkan_cpp_demo.cpp +++ b/examples/pugl_vulkan_cpp_demo.cpp @@ -1605,7 +1605,7 @@ endFrame(const sk::VulkanApi& vk, nullptr}; switch ((r = vk.queuePresentKHR(gpu.graphicsQueue, presentInfo))) { - case VK_SUCCESS: // Sucessfully presented + case VK_SUCCESS: // Successfully presented case VK_SUBOPTIMAL_KHR: // Probably a resize race, ignore case VK_ERROR_OUT_OF_DATE_KHR: // Probably a resize race, ignore break; -- cgit v1.2.1