cyberus-technology / virtualbox-kvm

KVM Backend for VirtualBox. With our current development model, we cannot easily accept pull requests here. If you'd like to contribute, feel free to reach out to us, we are happy to find a solution.
GNU General Public License v3.0
916 stars 117 forks source link

Typos in patches #32

Closed szepeviktor closed 3 weeks ago

szepeviktor commented 1 month ago

Bug Description

Found few misspellings.

How to Reproduce

https://github.com/szepeviktor/typos-on-you/actions/runs/10023968701/job/27705459930

Would you welcome a PR? Or a configuration file for https://github.com/crate-ci/typos ?

szepeviktor commented 1 month ago

Or a configuration file

.typos.toml

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

[default]
extend-ignore-re = [
    "index [0-9a-f]{10}\\.\\.[0-9a-f]{10}",
]

[default.extend-identifiers]
"BARs" = "BARs"
"PDMAPICIRQ_EXTINT" = "PDMAPICIRQ_EXTINT"
parthy commented 1 month ago

Thanks for letting us know and helping with the typos configuration! We will have a look at this internally and fix the typos in one of the upcoming updates.

szepeviktor commented 1 month ago

Glad to contribute.

parthy commented 3 weeks ago

As far as I can see, all typos come from original source code. We run typos in our internal pipeline, but we exclude the original source contents, because they are out of our control. So I will close this now.

szepeviktor commented 3 weeks ago

All right.