gaoxiaolei-s59 opened a new pull request, #22544:
URL: https://github.com/apache/kafka/pull/22544

   Fixes two minor grammatical typos in user-facing diagnostic messages in the 
raft module:
   
   - `KafkaRaftClient`: `"Attempting to remove a listener that doesn't exists"` 
→ `"...doesn't exist"`
   - `KafkaRaftLog`: `"at an offset larger then the current log start offset"` 
→ `"...larger than"`
   
   Both are string-literal-only changes — one `logger.error` call and one 
`IllegalStateException` message. There is no behavior change, and no tests 
reference these literals, so no test updates are required.


-- 
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]

Reply via email to