#12601: fix typo.
diff --git a/Lib/webbrowser.py b/Lib/webbrowser.py
index 41fd175..f3c53d4 100644
--- a/Lib/webbrowser.py
+++ b/Lib/webbrowser.py
@@ -237,7 +237,7 @@
                              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()