We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e80b98c + 28fa4db commit 05a87e1Copy full SHA for 05a87e1
src/main/java/com/rabbitmq/client/impl/ForgivingExceptionHandler.java
@@ -33,7 +33,7 @@
33
public class ForgivingExceptionHandler implements ExceptionHandler {
34
@Override
35
public void handleUnexpectedConnectionDriverException(Connection conn, Throwable exception) {
36
- log("An unexpected connection driver error occured", exception);
+ log("An unexpected connection driver error occurred", exception);
37
}
38
39
0 commit comments