michaeljmarshall opened a new pull request #12027: URL: https://github.com/apache/pulsar/pull/12027
### Motivation There are typos in the code base. It is a good practice to clean these up to improve "grep-ability" and to improve quality of docs, comments, and logs. ### Modifications * Fixed many basic typos that I will not enumerate here. * Replaced `quorom` to `quorum`. The docs did not align with the actual code, so this will improve the documentation's alignment with the code base. * Replaced `clearNamespaceBundleBacklogForSubscriptio` with `clearNamespaceBundleBacklogForSubscription`. It was in a code example in the docs. The code expects the replaced value. ### Verifying this change This change is a trivial rework / code cleanup without any test coverage. ### Does this pull request potentially affect one of the following parts: There are no true code changes here. Some log statements are fixed and some docs are updated, but there are no breaking changes. ### Documentation This is an update to documentation. -- 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]
