Fix various typos with codespell

Using 2.2.6.dev180+ge3a2cfbd.
This commit is contained in:
Rémi Verschelde 2023-09-12 08:54:18 +02:00
parent 6a007c7512
commit 5c43e4c1ef
No known key found for this signature in database
GPG key ID: C3336907360768E1
12 changed files with 22 additions and 22 deletions

View file

@ -4957,7 +4957,7 @@ void Node3DEditorViewport::update_transform_numeric() {
apply_transform(motion, extra);
}
// Perform cleanup after a transform operation is committed or cancelled.
// Perform cleanup after a transform operation is committed or canceled.
void Node3DEditorViewport::finish_transform() {
_edit.mode = TRANSFORM_NONE;
_edit.instant = false;