From: Vadim Zeitlin Date: Sat, 17 Dec 2011 23:52:36 +0000 (+0000) Subject: No changes, just fix typo in an example in webview docs. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/65ea1c9dca137d8b971f7d75ed1dcb4fa71f437d?ds=inline No changes, just fix typo in an example in webview docs. See #13772. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70037 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/webview.h b/interface/wx/webview.h index c17bfe785e..d2626802de 100644 --- a/interface/wx/webview.h +++ b/interface/wx/webview.h @@ -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)}