[PATCH] winevulkan: Spelling fix in a perl comment.

Francois Gouget fgouget at free.fr
Thu Aug 23 09:43:49 CDT 2018


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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 3be6a8de3bf..5b0f82ce355 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():
-- 
2.18.0




More information about the wine-devel mailing list