From 895a58609b218a263f8afc85563c855cbbfe71aa Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 11 Jun 2014 15:25:33 +0000 Subject: [PATCH] Fix misspellings of "occurred" and "occurrences". See https://github.com/wxWidgets/wxWidgets/pull/9 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76687 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/html/htmlwin.h | 4 ++-- samples/minimal/borland_ide.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/wx/html/htmlwin.h b/include/wx/html/htmlwin.h index 51b3c4eba0..3e88a83795 100644 --- a/include/wx/html/htmlwin.h +++ b/include/wx/html/htmlwin.h @@ -160,7 +160,7 @@ protected: /** Call this from EVT_LEFT_UP handler (or, alternatively, EVT_LEFT_DOWN). - @param rootCell HTML cell inside which the click occured. This doesn't + @param rootCell HTML cell inside which the click occurred. This doesn't have to be the leaf cell, it can be e.g. toplevel container, but the mouse must be inside the container's area, otherwise the event would be ignored. @@ -174,7 +174,7 @@ protected: Call this from OnInternalIdle of the HTML displaying window. Handles mouse movements and must be used together with HandleMouseMoved. - @param rootCell HTML cell inside which the click occured. This doesn't + @param rootCell HTML cell inside which the click occurred. This doesn't have to be the leaf cell, it can be e.g. toplevel container, but the mouse must be inside the container's area, otherwise the event would be ignored. diff --git a/samples/minimal/borland_ide.cpp b/samples/minimal/borland_ide.cpp index 3ff32d4209..fd61c8b5d8 100644 --- a/samples/minimal/borland_ide.cpp +++ b/samples/minimal/borland_ide.cpp @@ -15,7 +15,7 @@ // directory in your PATH. // To use this to debug other samples, copy the borland_ide.cpp -// and borland.bdsproj files, then replace all occurences of +// and borland.bdsproj files, then replace all occurrences of // "minimal" with the name of the new project files **************************************************/