]> granicus.if.org Git - python/commitdiff
#12601: fix typo.
authorEzio Melotti <ezio.melotti@gmail.com>
Thu, 21 Jul 2011 08:18:18 +0000 (11:18 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Thu, 21 Jul 2011 08:18:18 +0000 (11:18 +0300)
Lib/webbrowser.py

index 41fd1758ac1125f8bc6839ca388c5cf7373c6e83..f3c53d423cf23be4aa02baba4f370b040357d210 100644 (file)
@@ -237,7 +237,7 @@ class UnixBrowser(BaseBrowser):
                              stdout=(self.redirect_stdout and inout or None),
                              stderr=inout, preexec_fn=setsid)
         if remote:
-            # wait five secons. If the subprocess is not finished, the
+            # wait five seconds. If the subprocess is not finished, the
             # remote invocation has (hopefully) started a new instance.
             time.sleep(1)
             rc = p.poll()