Skip to content

Commit 05a87e1

Browse files
Merge pull request #682 from laurio/patch-1
fix typo in ForgivingExceptionHandler.java
2 parents e80b98c + 28fa4db commit 05a87e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/rabbitmq/client/impl/ForgivingExceptionHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
public class ForgivingExceptionHandler implements ExceptionHandler {
3434
@Override
3535
public void handleUnexpectedConnectionDriverException(Connection conn, Throwable exception) {
36-
log("An unexpected connection driver error occured", exception);
36+
log("An unexpected connection driver error occurred", exception);
3737
}
3838

3939
@Override

0 commit comments

Comments
 (0)