X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bf8f10225c08bf5473fa35423f56e01f1819f971..dbec0fc8d8cf228342acf70a83d75171b36690dd:/src/generic/odcombo.cpp?ds=sidebyside diff --git a/src/generic/odcombo.cpp b/src/generic/odcombo.cpp index 6425dd145d..8d664eb25f 100644 --- a/src/generic/odcombo.cpp +++ b/src/generic/odcombo.cpp @@ -375,7 +375,7 @@ bool wxVListBoxComboPopup::HandleKey( int keycode, bool saturate, wxChar keychar // The m_combo->SetValue() call above sets m_value to the index of this // string. But if there are more identical string, the index is of the - // first occurence, which may be wrong, so set the index explicitly here, + // first occurrence, which may be wrong, so set the index explicitly here, // _after_ the SetValue() call. m_value = value;