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

Open
wants to merge 6 commits into
base: 5.x
Choose a base branch
from
Open

Fix typos #10963

wants to merge 6 commits into from

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"

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.

None yet

1 participant