Typo for Mac code, fixing SF bug 12195.
diff --git a/Lib/webbrowser.py b/Lib/webbrowser.py
index da70e3b..fd8c521 100644
--- a/Lib/webbrowser.py
+++ b/Lib/webbrowser.py
@@ -215,7 +215,7 @@
 else:
     class InternetConfig:
         def open(self, url, new=0):
-            ic.launcurl(url)
+            ic.launchurl(url)
 
         def open_new(self, url):
             self.open(url)