summaryrefslogtreecommitdiffstats
path: root/Mac/Tools
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-03-15 04:03:08 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-03-15 04:03:08 (GMT)
commit373089239b26e7445aa44a3501c7056cfa4c3728 (patch)
tree5f2f35ff686dfa64092b06b730ed9090f6492896 /Mac/Tools
parentdeaa678952dd437cb8cf9f697325705ad0855029 (diff)
parent4969f709cc07088a40574c05724d83cddc8fafc7 (diff)
downloadcpython-373089239b26e7445aa44a3501c7056cfa4c3728.zip
cpython-373089239b26e7445aa44a3501c7056cfa4c3728.tar.gz
cpython-373089239b26e7445aa44a3501c7056cfa4c3728.tar.bz2
#11515: Merge with 3.2.
Diffstat (limited to 'Mac/Tools')
-rw-r--r--Mac/Tools/pythonw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Tools/pythonw.c b/Mac/Tools/pythonw.c
index 0b2fafc..30c82ac 100644
--- a/Mac/Tools/pythonw.c
+++ b/Mac/Tools/pythonw.c
@@ -105,8 +105,8 @@ setup_spawnattr(posix_spawnattr_t* spawnattr)
count = 1;
- /* Run the real python executable using the same architure as this
- * executable, this allows users to controle the architecture using
+ /* Run the real python executable using the same architecture as this
+ * executable, this allows users to control the architecture using
* "arch -ppc python"
*/