From 5e50403d3f0625dabd6ec97aa02bade594a94768 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sat, 22 Mar 2014 18:56:18 +0200 Subject: Typo fix. --- backends.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.1