Fix misspell

This commit is contained in:
Mark Sagi-Kazar 2019-12-06 12:48:55 +01:00 committed by Márk Sági-Kazár
parent 8b7fbcaa4b
commit 2fd264d3d1
2 changed files with 3 additions and 4 deletions

View file

@ -13,7 +13,6 @@ linters:
# TODO: fix me
- wsl
- gochecknoinits
- misspell
- gosimple
- gochecknoglobals
- errcheck

View file

@ -128,7 +128,7 @@ IMPORT_PATH = gopkg.in/%(NAME)s.%(VERSION)s
# Information about package author
# Bio can be written in multiple lines.
[author]
NAME = Unknwon ; Succeeding comment
NAME = Unknown ; Succeeding comment
E-MAIL = fake@localhost
GITHUB = https://github.com/%(NAME)s
BIO = """Gopher.
@ -598,8 +598,8 @@ func TestAllKeys(t *testing.T) {
"title": "TOML Example",
"author": map[string]interface{}{
"e-mail": "fake@localhost",
"github": "https://github.com/Unknwon",
"name": "Unknwon",
"github": "https://github.com/Unknown",
"name": "Unknown",
"bio": "Gopher.\nCoding addict.\nGood man.\n",
},
"ppu": 0.55,