mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-22 08:51:41 +00:00
fix typos
Signed-off-by: Shawn Smith <shawnpsmith@gmail.com>
This commit is contained in:
parent
1812f6afa6
commit
1ca83fd205
@ -225,7 +225,7 @@ func TestClientsReusingOldKey(t *testing.T) {
|
|||||||
persist2 = p
|
persist2 = p
|
||||||
}
|
}
|
||||||
|
|
||||||
// Here we simulate a client using using old persistant data.
|
// Here we simulate a client using using old persistent data.
|
||||||
// We use the key we have already replaced as the old node key.
|
// We use the key we have already replaced as the old node key.
|
||||||
// This requires the user to authenticate.
|
// This requires the user to authenticate.
|
||||||
persist3 := Persist{
|
persist3 := Persist{
|
||||||
|
@ -74,7 +74,7 @@ func TestIPN(t *testing.T) {
|
|||||||
|
|
||||||
// TODO(crawshaw): switch from || to &&. To do this we need to
|
// TODO(crawshaw): switch from || to &&. To do this we need to
|
||||||
// transmit some data so that the handshake completes on both
|
// transmit some data so that the handshake completes on both
|
||||||
// sides. (Beacuse handshakes are 1RTT, it is the data
|
// sides. (Because handshakes are 1RTT, it is the data
|
||||||
// transmission that completes the handshake.)
|
// transmission that completes the handshake.)
|
||||||
if s1 == Running || s2 == Running {
|
if s1 == Running || s2 == Running {
|
||||||
// TODO(apenwarr): ensure state sequence.
|
// TODO(apenwarr): ensure state sequence.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user