Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkren committed Oct 8, 2020
1 parent 6477f00 commit 541f736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/vpn/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func (c *Client) Serve() error {
return fmt.Errorf("error routing traffic through TUN %s: %w", tun.Name(), err)
}

// we release privileges here (user is not root for Mac OS systems from here on)suid
// we release privileges here (user is not root for Mac OS systems from here on)
c.releaseSysPrivileges(suid)
// this will be executed first on return, so we setup privileges once again,
// so other deferred clear up calls may be done successfully
Expand Down

0 comments on commit 541f736

Please sign in to comment.