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
|
|
@ -2912,7 +2912,7 @@ int Tree::get_column_width(int p_column) const {
|
|||
if (expand_area < expanding_total)
|
||||
return columns[p_column].min_width;
|
||||
|
||||
ERR_FAIL_COND_V(expanding_columns == 0, -1); // shouldnt happen
|
||||
ERR_FAIL_COND_V(expanding_columns == 0, -1); // shouldn't happen
|
||||
|
||||
return expand_area * columns[p_column].min_width / expanding_total;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue