Description
PR #7487 fixes a bunch of typos across the entire project, however it's been deemed too far reaching for a single commit from an unknown author without prior discussion. Understandable.
How should these changes be broken up? cc @purnesh42H
I admit that I didn't take the time to figure out how to install the correct protoc + plugin versions to regenerate all code (https://buf.build takes care of that in my projects) so I wouldn't be surprised if that caused some problems.
FWIW a couple of these typos have already been fixed upstream via grpc/grpc-proto#158.
For anyone curious (cc @arvindbr8), I used a combination of the excellent typos tool along with the "Typos" IntelliJ IDE inspection. Both methods produce a non-trivial number of false positives that have to be manually checked however.