diff --git a/exponential_test.go b/exponential_test.go index 1512336..1cc1bf3 100644 --- a/exponential_test.go +++ b/exponential_test.go @@ -108,7 +108,7 @@ func TestBackOffOverflow(t *testing.T) { exp.Reset() exp.NextBackOff() - // Assert that when an overflow is possible, the current varerval time.Duration is set to the max varerval time.Duration. + // Assert that when an overflow is possible, the current interval time.Duration is set to the max interval time.Duration. assertEquals(t, testMaxInterval, exp.currentInterval) }