aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backends.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends.py b/backends.py
index 7036a28..f46bfdf 100644
--- a/backends.py
+++ b/backends.py
@@ -1496,7 +1496,7 @@ class Vs2010Backend(Backend):
ET.SubElement(inc_hdrs, 'CLInclude', Include=relpath)
for h in gen_hdrs:
relpath = self.relpath(h, target.subdir)
- ET.SubElement(inc_hdrs, 'CLInclude', Inlucde = relpath)
+ ET.SubElement(inc_hdrs, 'CLInclude', Include = relpath)
if len(sources) + len(gen_src) > 0:
inc_src = ET.SubElement(root, 'ItemGroup')
for s in sources: