diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-05-03 15:53:13 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-05-03 15:53:13 +0200 |
| commit | 0f503c18d939e6dde67eb2b2d44202db44fe9de6 (patch) | |
| tree | 339bb9196484d80346cf4a72e27b4969211f0cb1 /sys/linux/init_alg_test.go | |
| parent | a630fd8b418650f8df52aead511ec4d27ca48ad2 (diff) | |
gometalinter: enable misspell
Update #538
Diffstat (limited to 'sys/linux/init_alg_test.go')
| -rw-r--r-- | sys/linux/init_alg_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
