diff --git a/src/croc/croc.go b/src/croc/croc.go index f737f599..91ad932c 100644 --- a/src/croc/croc.go +++ b/src/croc/croc.go @@ -268,7 +268,7 @@ func (c *Client) transferOverLocalRelay(options TransferOptions, errchan chan<- if err != nil { err = errors.Wrap(err, fmt.Sprintf("could not connect to localhost:%s", c.Options.RelayPorts[0])) log.Debug(err) - // not really an error because it will try to connect over the actual realy + // not really an error because it will try to connect over the actual relay return } log.Debugf("connection established: %+v", conn)