From 0f503c18d939e6dde67eb2b2d44202db44fe9de6 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 3 May 2018 15:53:13 +0200 Subject: gometalinter: enable misspell Update #538 --- sys/linux/init_alg_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/init_alg_test.go') diff --git a/sys/linux/init_alg_test.go b/sys/linux/init_alg_test.go index d1c049d12..30dfaf7bd 100644 --- a/sys/linux/init_alg_test.go +++ b/sys/linux/init_alg_test.go @@ -126,7 +126,7 @@ func TestTemplateAlg1(t *testing.T) { // TestTemplateAlg2 tests creation of all templates with 2 argument. func TestTemplateAlg2(t *testing.T) { algTest(t) - // Can't affort to test all permutations of 2 algorithms, + // Can't afford to test all permutations of 2 algorithms, // 20 algorithm pairs for each type pair and use them. selections := make(map[int][]int) for typ1, algs1 := range allAlgs { -- cgit mrf-deployment