mirror of
https://github.com/tailscale/tailscale.git
synced 2025-12-25 01:56:37 +00:00
various: adds missing apostrophes to comments
Updates #cleanup Change-Id: I7bf29cc153c3c04e087f9bdb146c3437bed0129a Signed-off-by: Alex Chan <alexc@tailscale.com>
This commit is contained in:
@@ -204,7 +204,7 @@ func TestNormalPropagation(t *testing.T) {
|
||||
`)
|
||||
control := s.mkNode("control")
|
||||
|
||||
// Lets say theres a node with some updates!
|
||||
// Let's say there's a node with some updates!
|
||||
n1 := s.mkNodeWithForks("n1", true, map[string]*testChain{
|
||||
"L2": newTestchain(t, `L3 -> L4`),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user