#11565: Fix several typos. Patch by Piotr Kasprzyk.
diff --git a/Lib/platform.py b/Lib/platform.py
index 780301d..2294604 100755
--- a/Lib/platform.py
+++ b/Lib/platform.py
@@ -476,7 +476,7 @@
             info = pipe.read()
             if pipe.close():
                 raise os.error('command failed')
-            # XXX How can I supress shell errors from being written
+            # XXX How can I suppress shell errors from being written
             #     to stderr ?
         except os.error as why:
             #print 'Command %s failed: %s' % (cmd,why)