jbampton opened a new issue, #441: URL: https://github.com/apache/sedona-db/issues/441
Running crate `typos` here on the command line with a one liner shell script below. https://crates.io/crates/typos So we have some junk and false positives reported. But there are some misspelled words that I verified were there mostly in the `c` directory. I see in the pre-commit config we do exclude this folder / s from checking. Can they be fixed else where at the source or upstreams ? ``` sedona-db$ typos | cut -f2 -d' ' | tr A-Z a-z | sort -n | uniq -c | sort -rn 284 71 | 11 `numer` 8 `nd` 8 `ba` 7 `parital` 7 `arro` 3 `poin` 3 `efficently` 2 `minumum` 2 `iy` 2 `implmentation` 2 `foward` 2 `coodinate` 1 `wil` 1 `vertial` 1 `throught` 1 `shrinked` 1 `retangle` 1 `overlappping` 1 `indepent` 1 `dimensinal` 1 `delimted` 1 `coodinates` 1 `conincident` 1 `calcuations` 1 `arbritary` 1 `addtional` ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
