Skip to content

Commit 74bf2a8

Browse files
committed
typo
1 parent 92abeec commit 74bf2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpn/tunnel.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ func (t *Tunnel) createPeerUpdate(update tailnet.WorkspaceUpdate) (*PeerUpdate,
392392
return out, nil
393393
}
394394

395-
// Given a list of `tailnet.Agent`, populate their network info, and conver them to proto agents.
395+
// Given a list of `tailnet.Agent`, populate their network info, and convert them to proto agents.
396396
func (t *Tunnel) populateAgents(agents []*tailnet.Agent) ([]*Agent, error) {
397397
if t.conn == nil {
398398
return nil, xerrors.New("no active connection")

0 commit comments

Comments
 (0)