]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/scrolbar.cpp
[ 1216436 ] cleanup 'shadow variable' warnings from gcc in headers.
[wxWidgets.git] / src / univ / scrolbar.cpp
index 752ad21584f257a717cc7b07e1cc45b4b659a730..93fdb0ba402a665d7eef3daff76860c3664b9d54 100644 (file)
@@ -256,7 +256,7 @@ void wxScrollBar::SetScrollbar(int position, int thumbSize,
                                int range, int pageSize,
                                bool refresh)
 {
-    // we only refresh everythign when the range changes, thumb position
+    // we only refresh everything when the range changes, thumb position
     // changes are handled in OnIdle
     bool needsRefresh = (range != m_range) ||
                         (thumbSize != m_thumbSize) ||