Selaa lähdekoodia

Minor typo fix.

Daniel Alm 6 vuotta sitten
vanhempi
commit
255806c7a0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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.