]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/listctrl.cpp
use a constant instead of hardcoded value
[wxWidgets.git] / src / msw / listctrl.cpp
index dc5fca4ceb7a80923f5ef8aac9b96df1e244ecfe..3769867501d607527e8ce923fbc4abf5430dc2a0 100644 (file)
@@ -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