winevulkan: Spelling fix in a perl comment.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2018-08-23 16:43:49 +02:00 committed by Alexandre Julliard
parent ad54573351
commit 67bd05669d
1 changed files with 1 additions and 1 deletions

View File

@ -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():