all: don't repeat the the word "the" unnecessarily

Updates #cleanup

Change-Id: Ic1f430cd5dbf6cc1a385c59074a5d5cabe6fca57
Signed-off-by: Alex Chan <alexc@tailscale.com>
This commit is contained in:
Alex Chan
2026-06-18 16:32:08 +01:00
committed by Alex Chan
parent 35a1a413f9
commit c3c2aa7093
16 changed files with 18 additions and 18 deletions
+3 -3
View File
@@ -323,7 +323,7 @@ func TestSetUnhealthyWithTimeToVisible(t *testing.T) {
// after mw.TimeToVisible / 2.
}
// Advance time to get past the the TimeToVisible duration.
// Advance time to get past the TimeToVisible duration.
// The watcher should be notified of the unhealthy state.
clock.Advance(mw.TimeToVisible/2 + 1)
<-becameUnhealthy
@@ -340,7 +340,7 @@ func TestSetUnhealthyWithTimeToVisible(t *testing.T) {
ht.SetUnhealthy(mw, Args{ArgError: "Hello world"})
ht.SetHealthy(mw)
// Advance to get past the the TimeToVisible delay.
// Advance to get past the TimeToVisible delay.
clock.Advance(mw.TimeToVisible * 2)
synctest.Wait()
@@ -577,7 +577,7 @@ func TestNoDERPHomeWarnable(t *testing.T) {
clock.Advance(30 * time.Second)
ht.updateBuiltinWarnablesLocked()
// Advance to get past the the TimeToVisible delay.
// Advance to get past the TimeToVisible delay.
clock.Advance(noDERPHomeWarnable.TimeToVisible * 2)
ht.updateBuiltinWarnablesLocked()