Skip to content

Commit

Permalink
Merge pull request #129 from jwilk-forks/spelling
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
kisielk authored Sep 18, 2017
2 parents 23699b7 + 9f7ee57 commit b1445a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ in the importer.

However, you can use errcheck on packages that depend on those which use cgo. In
order for this to work you need to `go install` the cgo dependencies before running
errcheck on the dependant packages.
errcheck on the dependent packages.

See https://github.com/kisielk/errcheck/issues/16 for more details.

Expand Down
2 changes: 1 addition & 1 deletion internal/errcheck/errcheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ type Checker struct {

Verbose bool

// If true, checking of of _test.go files is disabled
// If true, checking of _test.go files is disabled
WithoutTests bool

exclude map[string]bool
Expand Down

0 comments on commit b1445a9

Please sign in to comment.