microsoft / PlanetaryComputerExamples

Examples of using the Planetary Computer
MIT License
366 stars 179 forks source link

Fix typos #236

Closed giswqs closed 1 year ago

giswqs commented 1 year ago

This PR fixes numerous typos detected using codespell.

giswqs commented 1 year ago

@microsoft-github-policy-service agree

TomAugspurger commented 1 year ago

Fantastic, thanks! It looks like https://github.com/microsoft/PlanetaryComputerExamples/pull/236/files#diff-077a90e70172de3617c1d3eb588b769f7e94bf0377bf81fd70d48fbef9c0ca56 might have been an accidental removal of an output. I'll push a commit restoring that.

I might also add a pre-commit hook to keep these from slipping back in.

TomAugspurger commented 1 year ago

I might also add a pre-commit hook to keep these from slipping back in.

That might need to wait on something like https://github.com/codespell-project/codespell/issues/2138, to avoid false positives on "typos" in the image outputs we check in here. So I'll punt on that for now.

TomAugspurger commented 1 year ago

Thanks @giswqs!

giswqs commented 1 year ago

Thank you for catching that and restoring the accidental removal.