Skip to content

Commit 06dea9d

Browse files
committed
Fix typo
1 parent 9b65908 commit 06dea9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grpc-client-spring-boot-autoconfigure/src/main/java/net/devh/boot/grpc/client/channelfactory/AbstractChannelFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ public synchronized void close() {
345345
final int channelCount = this.channels.size();
346346
this.channels.clear();
347347
this.channelStates.clear();
348-
log.debug("GrpcCannelFactory closed (including {} channels)", channelCount);
348+
log.debug("GrpcChannelFactory closed (including {} channels)", channelCount);
349349
}
350350

351351
private static class ShutdownRecord {

0 commit comments

Comments
 (0)