]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/odcombo.cpp
Remove redundant wxAuiNotebook methods already present in wxBookCtrlBase.
[wxWidgets.git] / src / generic / odcombo.cpp
index 6425dd145de84fa542f64659e81aeb4a29ea8b51..8d664eb25fc5393a8a45f089925394cf90f3ecd7 100644 (file)
@@ -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;