]> git.saurik.com Git - wxWidgets.git/commitdiff
No changes, just fix typo in an example in webview docs.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 17 Dec 2011 23:52:36 +0000 (23:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 17 Dec 2011 23:52:36 +0000 (23:52 +0000)
See #13772.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70037 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/webview.h

index c17bfe785ef30ddd523993227fabd6074f3d2ced..d2626802deb17f51c684f20580ae3a6b282c7bf8 100644 (file)
@@ -211,7 +211,7 @@ public:
     wxWebFileHandler is provided to allow the navigation of pages inside a zip
     archive. It overrides the @c file scheme and provides support for the 
     standard @c file syntax as well as paths to archives of the form 
-    @c file:///C:/exmaple/docs.zip;protocol=zip/main.htm 
+    @c file:///C:/example/docs.zip;protocol=zip/main.htm
   
     @beginEventEmissionTable{wxWebViewEvent}
     @event{EVT_WEB_VIEW_NAVIGATING(id, func)}