This PR fixes various typos in :
- spring-boot-cli and spring-boot-actuator-autoconfigure javadoc,
- spring-boot-autoconfigure, spring-boot-actuator, spring-boot-tools, spring-boot-smoke-tests javadoc / tests,
- spring-boot tests, javadoc and code (the private method remainderIsNotAlphaNumberic's name has been fixed),
- actuator documentation,
- Metadata.MetadataItemCondition#findItem IllegalStateException message,
- spring.liquibase.check-change-log-location deprecation reason,
- PrometheusPushGatewayManager log message.
The last three commits may be problematic and need special attention.
Multiple commits has been made. Let me know if you need multiple PRs.
Comment From: marcwrobel
Thanks very much for the PR. I've left a few comments for your consideration when you have time.
Thanks for this review. Requested changes has been done.
Comment From: wilkinsona
@marcwrobel Thanks very much for making your first contribution to Spring Boot. I have applied the changes to 2.5.x and merged them forwards through 2.6.x and 2.7.x into main, picking up changes that were specific to those branches along the way. I don't think any of your improvements were lost along the way, but please let me know if I have missed something.
Comment From: marcwrobel
@wilkinsona, looks good to me.