all: fix typos in comments
Fix its/it's, who's/whose, wether/whether, missing apostrophes in contractions, and other misspellings across the codebase. Updates #cleanup Change-Id: I20453b81a7aceaa14ea2a551abba08a2e7f0a1d8 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
committed by
Brad Fitzpatrick
parent
9657a93217
commit
2810f0c6f1
@@ -349,7 +349,7 @@ func (n *Network) SetBlackholedIPv4(v bool) {
|
||||
n.breakWAN4 = v
|
||||
}
|
||||
|
||||
// SetPostConnectControlBlackhole sets wether the network should blackhole all
|
||||
// SetPostConnectControlBlackhole sets whether the network should blackhole all
|
||||
// traffic to the control server after the clients have connected.
|
||||
func (n *Network) SetPostConnectControlBlackhole(v bool) {
|
||||
n.postConnectBlackholeControl = v
|
||||
|
||||
@@ -579,7 +579,7 @@ func (n *network) MACOfIP(ip netip.Addr) (_ MAC, ok bool) {
|
||||
return MAC{}, false
|
||||
}
|
||||
|
||||
// SetControlBlackholed sets wether traffic to control should be blackholed for the
|
||||
// SetControlBlackholed sets whether traffic to control should be blackholed for the
|
||||
// network.
|
||||
func (n *network) SetControlBlackholed(v bool) {
|
||||
n.blackholeControl = v
|
||||
|
||||
@@ -53,7 +53,7 @@ All vm images, restore images, block device files, save states, and other suppor
|
||||
|
||||
Each vm gets its own directory. These can be archived for posterity to preserve a particular image and/or state.
|
||||
The mere existence of a directory containing all of the required files in ~/VM.bundle is sufficient for tailmac to
|
||||
be able to see and run it. ~/VM.bundle and it's contents *is* tailmac's state. No other state is maintained elsewhere.
|
||||
be able to see and run it. ~/VM.bundle and its contents *is* tailmac's state. No other state is maintained elsewhere.
|
||||
|
||||
Each vm has its own custom configuration which can be modified while the vm is idle. It's simple JSON - you may
|
||||
modify this directly, or using 'tailmac configure'.
|
||||
|
||||
Reference in New Issue
Block a user