1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-01 16:38:31 +00:00

Misc. typos

Found via `codespell -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"`
This commit is contained in:
luz.paz
2018-09-12 21:38:39 -04:00
parent 0d04fb76e1
commit 08bde5b2de
81 changed files with 123 additions and 123 deletions

View File

@@ -497,7 +497,7 @@ void ConnectionsDock::_disconnect(TreeItem &item) {
}
/*
Break all conections of currently selected signal.
Break all connections of currently selected signal.
Can undo-redo as a single action.
*/
void ConnectionsDock::_disconnect_all() {