Explorar o código

Minor typo fix.

Daniel Alm %!s(int64=6) %!d(string=hai) anos
pai
achega
255806c7a0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.