Merge pull request #99799 from akien-mga/fix-typos

Fix various typos and code style issues
This commit is contained in:
Rémi Verschelde
2024-11-29 22:02:53 +01:00
23 changed files with 116 additions and 114 deletions

View File

@@ -568,7 +568,7 @@ void ScriptLanguage::frame() {
}
TypedArray<int> ScriptLanguage::CodeCompletionOption::get_option_characteristics(const String &p_base) {
// Return characacteristics of the match found by order of importance.
// Return characteristics of the match found by order of importance.
// Matches will be ranked by a lexicographical order on the vector returned by this function.
// The lower values indicate better matches and that they should go before in the order of appearance.
if (last_matches == matches) {