Browse Source

Minor typo fix.

Daniel Alm 6 năm trước cách đây
mục cha
commit
255806c7a0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Sources/GRPC/ClientResponseChannelHandler.swift

+ 1 - 1
Sources/GRPC/ClientResponseChannelHandler.swift

@@ -189,7 +189,7 @@ internal class ClientResponseChannelHandler<ResponseMessage: Message>: ChannelIn
         return
       }
 
-      self.logger.info("received respone status: \(status.code)")
+      self.logger.info("received response status: \(status.code)")
       self.observeStatus(status)
       // We don't expect any more requests/responses beyond this point and we don't need to close
       // the channel since NIO's HTTP/2 channel handlers will deal with this for us.