Fix typos in source code using codespell
From https://github.com/lucasdemarchi/codespell
This commit is contained in:
parent
c103f32ea3
commit
debeee56f7
98 changed files with 180 additions and 182 deletions
|
|
@ -705,7 +705,7 @@ void ScrollBar::mouse_motion(const Point2& p_pos, const Point2& p_rel, int b.but
|
|||
if (value_ofs>(get_max()-get_page()))
|
||||
value_ofs=get_max()-get_page();
|
||||
if (get_val()==value_ofs)
|
||||
return; //dont bother if the value is the same
|
||||
return; //don't bother if the value is the same
|
||||
|
||||
set_val( value_ofs );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue