global: fix a few typos courtesy of codespell

Signed-off-by: Jonathan Tooker <[email protected]>
This commit is contained in:
Jonathan Tooker
2019-10-22 11:51:25 +02:00
committed by Jason A. Donenfeld
parent ffffbbcc8a
commit f7d0edd2ec
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -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",
})
}