Skip to content

Fix small typos in comments and internal method names - #122733

Open
zaveshaa wants to merge 2 commits into
godotengine:masterfrom
zaveshaa:fix-duplicated-words-comments
Open

Fix small typos in comments and internal method names#122733
zaveshaa wants to merge 2 commits into
godotengine:masterfrom
zaveshaa:fix-duplicated-words-comments

Conversation

@zaveshaa

Copy link
Copy Markdown

What problem(s) does this PR solve?

This PR fixes a few small typos:

  • Removes duplicated words in code comments:
    • core/io/resource_loader.cpp: "not the the task being ran"
    • servers/rendering/rendering_device_graph.cpp: "is a a draw list"
  • Fixes misspelled "occured" -> "occurred" in ScriptEditorNavigationMarker internal method names (is_locate_just_occured() / is_traverse_just_occured()) and their call sites in script_text_editor.cpp. These methods are editor-internal and not exposed to scripting, so no compatibility impact.

No functional changes intended.

Additional information

AI disclosure: an AI coding assistant was used to search the codebase for these typos and apply the mechanical fixes.

@zaveshaa
zaveshaa requested review from a team as code owners August 23, 2026 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants