From b9b170042dc71d32a1053bc4b6db708fb4933f0f Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Wed, 21 Apr 2021 09:01:41 -0400 Subject: [PATCH] Misspelling (#6503) --- lib/sshutils/server.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/sshutils/server.go b/lib/sshutils/server.go index b9060b0c623..0a865584bac 100644 --- a/lib/sshutils/server.go +++ b/lib/sshutils/server.go @@ -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