Module: wine Branch: master Commit: 67bd05669d98ac3aa38e600389d25e0657ee55ca URL: https://source.winehq.org/git/wine.git/?a=commit;h=67bd05669d98ac3aa38e60038...
Author: Francois Gouget fgouget@free.fr Date: Thu Aug 23 16:43:49 2018 +0200
winevulkan: Spelling fix in a perl 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 3be6a8d..5b0f82c 100755 --- a/dlls/winevulkan/make_vulkan +++ b/dlls/winevulkan/make_vulkan @@ -2165,7 +2165,7 @@ class VkGenerator(object): f.write(define.definition())
for handle in self.registry.handles: - # For backwards compatiblity also create definitions for aliases. + # For backward compatibility also create definitions for aliases. # These types normally don't get pulled in as we use the new types # even in legacy functions if they are aliases. if handle.is_required() or handle.is_alias():