No real changes, just fix a typo in comments and documentation.
Use "surprising" instead of (common) "surprizing" misspelling. Closes #11627. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2454,7 +2454,7 @@ bool wxListCtrl::MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result)
|
||||
// wrap to the beginning if necessary
|
||||
if ( currentPos == maxPos )
|
||||
{
|
||||
// somewhat surprizingly, LVFI_WRAP isn't set in
|
||||
// somewhat surprisingly, LVFI_WRAP isn't set in
|
||||
// flags but we still should wrap
|
||||
currentPos = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user