Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #10963

Merged
merged 2 commits into from
Jan 20, 2025
Merged

Fix typos #10963

merged 2 commits into from
Jan 20, 2025

Conversation

szepeviktor
Copy link
Contributor

@szepeviktor szepeviktor commented May 6, 2024

Found few misspellings.

@szepeviktor
Copy link
Contributor Author

For the willing contributor: .typos.toml

[files]
extend-exclude = [
    ".git/",
]
ignore-hidden = false

[default]
extend-ignore-re = [
    "un === explicite",
    # SWFTextField::align
    "'void', 'alignement'=>'int'",
    "An O \\(ND\\)",
    "this->cee_me->ot",
    '"fst", "snd", "thr"',
    '"thr" => 3',
    "\\$omePa\\$\\$word",
    "@param clas-string \\$s",
    "\\(new A\\)->fooFo\\(\\)",
    "interface UE extends",
    "instanceof UE\\b",
    "'BA\\*'",
    "Bar::baZ",
    '=== "hel"',
    "MyClass::foO\\(",
    "new SomeClas\\(\\)",
]

[default.extend-words]
"helo" = "helo"
"invokable" = "invokable"

[default.extend-identifiers]
"assertAandBAreStrings" = "assertAandBAreStrings"
"haldClutImage" = "haldClutImage"
"inclued_get_data" = "inclued_get_data"
"internalMethodWithCallWithCaseMisMatched" = "internalMethodWithCallWithCaseMisMatched"
"sMisMember" = "sMisMember"
"trader_tema" = "trader_tema"
"takesAandI" = "takesAandI"
"wheresTheCatch" = "wheresTheCatch"

# Typos
"Github" = "GitHub"

@szepeviktor
Copy link
Contributor Author

@danog Friendly ping 🏓

@danog
Copy link
Collaborator

danog commented Jan 20, 2025

The dictionaries should not be edited

@danog danog added the release:typo The PR will be included in 'Typos' section of the release notes label Jan 20, 2025
@danog
Copy link
Collaborator

danog commented Jan 20, 2025

For the rest LGTM

@szepeviktor
Copy link
Contributor Author

@danog Done 🍏

@danog danog merged commit 620a153 into vimeo:5.x Jan 20, 2025
50 checks passed
@szepeviktor szepeviktor deleted the typos branch January 20, 2025 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:typo The PR will be included in 'Typos' section of the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants