X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0bf16170cca9c353970e600521aa321d26509397..b9efe021b554fa3967d1442cf758435c5cd5ae8f:/src/common/popupcmn.cpp?ds=sidebyside diff --git a/src/common/popupcmn.cpp b/src/common/popupcmn.cpp index 5876f6b03c..cec606e52e 100644 --- a/src/common/popupcmn.cpp +++ b/src/common/popupcmn.cpp @@ -491,7 +491,7 @@ void wxPopupWindowHandler::OnLeftDown(wxMouseEvent& event) wxPoint pos = event.GetPosition(); - // scrollbar on which the click occured + // scrollbar on which the click occurred wxWindow *sbar = NULL; wxWindow *win = (wxWindow *)event.GetEventObject();