Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit 9f7ee57

Browse files
committed
Fix typos
1 parent 23699b7 commit 9f7ee57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ in the importer.
9999

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

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

internal/errcheck/errcheck.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ type Checker struct {
105105

106106
Verbose bool
107107

108-
// If true, checking of of _test.go files is disabled
108+
// If true, checking of _test.go files is disabled
109109
WithoutTests bool
110110

111111
exclude map[string]bool

0 commit comments

Comments
 (0)