diff options
author | Jonathan Tooker <jonathan.tooker@netprotect.com> | 2019-10-21 15:52:26 -0500 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-10-22 11:51:25 +0200 |
commit | f7d0edd2ecf5f7f5aed188823de0a122691a7de6 (patch) | |
tree | 9aac319a2e6bc9a7d66e9586a606f46c4defbacf /ratelimiter | |
parent | ffffbbcc8a3344a45c45884f11a1aee1407615ab (diff) |
global: fix a few typos courtesy of codespell
Signed-off-by: Jonathan Tooker <jonathan.tooker@netprotect.com>
Diffstat (limited to 'ratelimiter')
-rw-r--r-- | ratelimiter/ratelimiter_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ratelimiter/ratelimiter_test.go b/ratelimiter/ratelimiter_test.go index a18a097..659bdfb 100644 --- a/ratelimiter/ratelimiter_test.go +++ b/ratelimiter/ratelimiter_test.go @@ -36,7 +36,7 @@ func TestRatelimiter(t *testing.T) { for i := 0; i < packetsBurstable; i++ { Add(RatelimiterResult{ allowed: true, - text: "inital burst", + text: "initial burst", }) } |