Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilk committed Sep 18, 2017
1 parent 23699b7 commit 9f7ee57
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 9f7ee57

Please sign in to comment.