service: fix 'occured' -> 'occurred' in DiskErrorsHandlerService messages#4742
service: fix 'occured' -> 'occurred' in DiskErrorsHandlerService messages#4742SAY-5 wants to merge 1 commit into
Conversation
…exception messages Two messages in src/java/org/apache/cassandra/service/DiskErrorsHandlerService.java (lines 57, 62) read 'Exception occured while'. Fixed to 'occurred'. String-literal-only change. Signed-off-by: SAY-5 <SAY-5@users.noreply.github.com>
|
Thanks for the contribution, but the level of testing in our ecosystem is much higher than most. While this seems like a very simple change, it may actually break a test somewhere. Would you be willing to do a more general set of spell checks across all messages and validate that the changes don't break anything? Since this is touching a java file, we will require a dtest run to validate it didn't create regressions. You can learn more about that here: https://cassandra.apache.org/_/development/testing.html |
|
Closing — typo-only PR. Multiple maintainers across the OSS ecosystem have flagged my recent typo-sweep PRs as AI-generated spam (notably hashicorp/nomad#27855, hashicorp/hcl#794, argo-cd reviewers). I should have caught this pattern sooner. Apologies for the noise. |
Two messages in
src/java/org/apache/cassandra/service/DiskErrorsHandlerService.java(lines 57, 62) readException occured while. Fixed tooccurred. One is a logger.warn string, the other a ConfigurationException message. String-literal-only change.