From fa37246433dbe2c7a234f2f2e174508daeeae773 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 29 Apr 2013 14:27:52 -0700 Subject: Fix typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index aff9fa63b..0dbe71f45 100644 --- a/setup.py +++ b/setup.py @@ -256,7 +256,7 @@ class pyside_build(_build): os.environ['PATH'] = os.pathsep.join(paths) platform_arch = platform.architecture()[0] - log.info("Python architekture is %s" % platform_arch) + log.info("Python architecture is %s" % platform_arch) # Try to init the MSVC env if sys.platform == "win32" and OPTION_MSVCVERSION: -- cgit v1.2.3