Misspelling (#6503)

This commit is contained in:
Steven Martin 2021-04-21 09:01:41 -04:00 committed by GitHub
parent 06b7dc5fd2
commit b9b170042d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
/*
Copyright 2015 Gravitational, Inc.
Copyright 2021 Gravitational, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -439,7 +439,7 @@ func (s *Server) HandleConnection(conn net.Conn) {
return
}
// Connection successfully initiated
s.log.Debugf("Incoming connection %v -> %v vesion: %v.",
s.log.Debugf("Incoming connection %v -> %v version: %v.",
sconn.RemoteAddr(), sconn.LocalAddr(), string(sconn.ClientVersion()))
// will be called when the connection is closed