mirror of
https://github.com/godotengine/godot.git
synced 2025-10-29 04:34:39 +00:00
Fix misc. source comment typos
Found using `codespell -q 3 -S ./thirdparty,*.po -L ang,ba,cas,dof,doubleclick,fave,hist,leapyear,lod,nd,numer,ois,paket,seeked,sinc,switchs,te,uint -D ~/Projects/codespell/codespell_lib/data/dictionary.txt `
This commit is contained in:
parent
24e1039eb6
commit
91ecd7b6a6
26 changed files with 42 additions and 38 deletions
|
|
@ -5186,7 +5186,7 @@ void SpatialEditor::snap_selected_nodes_to_floor() {
|
|||
// The maximum height an object can travel to be snapped
|
||||
const float max_snap_height = 20.0;
|
||||
|
||||
// Will be set to `true` if at least one node from the selection was sucessfully snapped
|
||||
// Will be set to `true` if at least one node from the selection was successfully snapped
|
||||
bool snapped_to_floor = false;
|
||||
|
||||
if (keys.size()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue