mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix typos with codespell
Using codespell 2.3-dev from current git. And fix typo in `methods.py` for `vsproj=yes` option (still won't work though).
This commit is contained in:
parent
f47979f087
commit
166df0896c
35 changed files with 47 additions and 47 deletions
|
|
@ -77,7 +77,7 @@ bool EditorExportPlatform::fill_log_messages(RichTextLabel *p_log, Error p_err)
|
|||
} else {
|
||||
p_log->add_image(EditorNode::get_singleton()->get_gui_base()->get_theme_icon(SNAME("StatusSuccess"), SNAME("EditorIcons")), 16 * EDSCALE, 16 * EDSCALE, Color(1.0, 1.0, 1.0), INLINE_ALIGNMENT_CENTER);
|
||||
p_log->add_text(" ");
|
||||
p_log->add_text(TTR("Completed sucessfully."));
|
||||
p_log->add_text(TTR("Completed successfully."));
|
||||
if (msg_count > 0) {
|
||||
has_messages = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue