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 # TODO: fix me
- wsl - wsl
- gochecknoinits - gochecknoinits
- misspell
- gosimple - gosimple
- gochecknoglobals - gochecknoglobals
- errcheck - errcheck

View file

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