From 8c8b64b509cad0ed241f54673875e3f0374a333a Mon Sep 17 00:00:00 2001 From: Shawn Smith Date: Tue, 11 Feb 2020 18:04:09 +0900 Subject: [PATCH] fix typos Signed-off-by: Shawn Smith --- control/controlclient/direct_test.go | 2 +- ipn/e2e_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/control/controlclient/direct_test.go b/control/controlclient/direct_test.go index 6e852db1c..f20611817 100644 --- a/control/controlclient/direct_test.go +++ b/control/controlclient/direct_test.go @@ -225,7 +225,7 @@ func TestClientsReusingOldKey(t *testing.T) { 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. // This requires the user to authenticate. persist3 := Persist{ diff --git a/ipn/e2e_test.go b/ipn/e2e_test.go index 9f3ab3712..7797a3170 100644 --- a/ipn/e2e_test.go +++ b/ipn/e2e_test.go @@ -74,7 +74,7 @@ func TestIPN(t *testing.T) { // TODO(crawshaw): switch from || to &&. To do this we need to // 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.) if s1 == Running || s2 == Running { // TODO(apenwarr): ensure state sequence.