Fix 3 typos

This commit is contained in:
Aayush Rajasekaran
2020-05-14 18:27:47 -04:00
parent e9eaee6ef8
commit f7a45f6c12
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ func (hs *Service) HandleStream(s inet.Stream) {
var hmsg HelloMessage
if err := cborutil.ReadCborRPC(s, &hmsg); err != nil {
log.Infow("failed to read hello message, diconnecting", "error", err)
log.Infow("failed to read hello message, disconnecting", "error", err)
s.Conn().Close()
return
}