X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/73f91e1e007b57c82835119eec0d46b1b806d366..1d7ea62e9e91bf5717feafb361e89ac8c7d32913:/src/msw/listctrl.cpp diff --git a/src/msw/listctrl.cpp b/src/msw/listctrl.cpp index dc5fca4ceb..3769867501 100644 --- a/src/msw/listctrl.cpp +++ b/src/msw/listctrl.cpp @@ -2290,7 +2290,7 @@ bool wxListCtrl::MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result) case LVN_ENDLABELEDITA: case LVN_ENDLABELEDITW: - // logic here is inversed compared to all the other messages + // logic here is inverted compared to all the other messages *result = event.IsAllowed(); // don't keep a stale wxTextCtrl around