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.
1 parent 08c0761 commit 21a77a6Copy full SHA for 21a77a6
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