Module: wine Branch: master Commit: a76fd1c312bfdff33774e361660f7fd29041099f URL: https://source.winehq.org/git/wine.git/?a=commit;h=a76fd1c312bfdff33774e3616...
Author: Francois Gouget fgouget@free.fr Date: Sat May 15 17:31:57 2021 +0200
winevulkan: Fix the spelling of a make_vulkan comment.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/winevulkan/make_vulkan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/winevulkan/make_vulkan b/dlls/winevulkan/make_vulkan index cc79b0a58cd..135fd5cf06a 100755 --- a/dlls/winevulkan/make_vulkan +++ b/dlls/winevulkan/make_vulkan @@ -1720,7 +1720,7 @@ class VkParam(object): def needs_unwrapping(self): """ Returns if parameter needs unwrapping of handle. """
- # Wrapped handle parameters are handled seperately, only look for wrapped handles in structs + # Wrapped handle parameters are handled separately, only look for wrapped handles in structs if self.is_struct(): return self.struct.needs_unwrapping()