Skip to content

Commit 8c551a7

Browse files
committed
typo
1 parent 1347916 commit 8c551a7

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
@@ -391,7 +391,7 @@ func (t *Tunnel) createPeerUpdate(update tailnet.WorkspaceUpdate) (*PeerUpdate,
391391
return out, nil
392392
}
393393

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

0 commit comments

Comments
 (0)