]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix a bunch of spelling mistakes cause by an early commit.
authorSteve Lamerton <steve.lamerton@gmail.com>
Mon, 8 Aug 2011 12:12:51 +0000 (12:12 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Mon, 8 Aug 2011 12:12:51 +0000 (12:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68601 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/webview.h

index 169d601b08b34e4cbc41a85731f80d3782f3a1e5..392932261dd9e6b95bf82b5f1f7602d04df338f2 100644 (file)
@@ -150,12 +150,12 @@ public:
     
     @par wxWEB_VIEW_BACKEND_IE (MSW)
     
     
     @par wxWEB_VIEW_BACKEND_IE (MSW)
     
-    The IE backend uses Microsoft's Trident rendering engine, specifically the 
+    The IE backend uses Microsoft's Trident rendering engine, specifically the
     version used by the locally installed copy of Internet Explorer. As such it
     version used by the locally installed copy of Internet Explorer. As such it
-    is only avaliable for the MSW port. By default recent versions of of the 
+    is only available for the MSW port. By default recent versions of the 
     <a href="http://msdn.microsoft.com/en-us/library/aa752085%28v=VS.85%29.aspx">WebBrowser</a>
     control, which this backend uses, emulate Internet Explorer 7. This can be
     <a href="http://msdn.microsoft.com/en-us/library/aa752085%28v=VS.85%29.aspx">WebBrowser</a>
     control, which this backend uses, emulate Internet Explorer 7. This can be
-    chaged with a registry setting, see 
+    changed with a registry setting, see 
     <a href="http://msdn.microsoft.com/en-us/library/ee330730%28v=vs.85%29.aspx#browser_emulation">
     this</a> article for more information. This backend has full support for
     custom schemes and virtual file systems.
     <a href="http://msdn.microsoft.com/en-us/library/ee330730%28v=vs.85%29.aspx#browser_emulation">
     this</a> article for more information. This backend has full support for
     custom schemes and virtual file systems.
@@ -164,17 +164,17 @@ public:
     
     Under GTK the WebKit backend uses 
     <a href="http://webkitgtk.org/">WebKitGTK+</a>. The current minimum version
     
     Under GTK the WebKit backend uses 
     <a href="http://webkitgtk.org/">WebKitGTK+</a>. The current minimum version
-    requirent is 1.3.1 which ships by defult with Ubuntu Natty and Debian 
-    Wheezy and has the package name libwebkitgtk-dev. Custom schemes and virtual
-    files systems are supported under this backend, however embedded resources 
-    such as images and stylesheets are currently extracted to a temporary file
-    before being loaded.
+    required is 1.3.1 which ships by default with Ubuntu Natty and Debian
+    Wheezy and has the package name libwebkitgtk-dev. Custom schemes and 
+    virtual files systems are supported under this backend, however embedded
+    resources such as images and stylesheets are currently extracted to a 
+    temporary file before being loaded.
     
     @par wxWEB_VIEW_WEBKIT (OSX)
     
     The OSX WebKit backend uses Apple's 
     <a href="http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/WebKit/Classes/WebView_Class/Reference/Reference.html#//apple_ref/doc/uid/20001903">WebView</a>
     
     @par wxWEB_VIEW_WEBKIT (OSX)
     
     The OSX WebKit backend uses Apple's 
     <a href="http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/WebKit/Classes/WebView_Class/Reference/Reference.html#//apple_ref/doc/uid/20001903">WebView</a>
-    class. Currently it does not support custom shemes and virtual file systems.
+    class. Currently it does not support custom schemes and virtual file systems.
 
     @section async Asynchronous Notifications
     
 
     @section async Asynchronous Notifications