X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/65ea1c9dca137d8b971f7d75ed1dcb4fa71f437d..ee1377e1fa364f364b9a896c786c95ef177164cf:/interface/wx/webview.h?ds=inline diff --git a/interface/wx/webview.h b/interface/wx/webview.h index d2626802de..e5892a6795 100644 --- a/interface/wx/webview.h +++ b/interface/wx/webview.h @@ -228,7 +228,7 @@ public: Process a @c wxEVT_COMMAND_WEB_VIEW_LOADED event generated when the document is fully loaded and displayed. Note that if the displayed HTML document has several frames, one such event will be generated per frame. - @event{EVT_WEB_VIEW_ERRROR(id, func)} + @event{EVT_WEB_VIEW_ERROR(id, func)} Process a @c wxEVT_COMMAND_WEB_VIEW_ERROR event generated when a navigation error occurs. The integer associated with this event will be a wxWebNavigationError item. @@ -609,7 +609,7 @@ public: Process a @c wxEVT_COMMAND_WEB_VIEW_LOADED event generated when the document is fully loaded and displayed. Note that if the displayed HTML document has several frames, one such event will be generated per frame. - @event{EVT_WEB_VIEW_ERRROR(id, func)} + @event{EVT_WEB_VIEW_ERROR(id, func)} Process a @c wxEVT_COMMAND_WEB_VIEW_ERROR event generated when a navigation error occurs. The integer associated with this event will be a wxWebNavigationError item.