Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hmarr committed Aug 8, 2020
1 parent 9f7874d commit 4da39c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codeowners.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func fileExists(path string) bool {
return !info.IsDir()
}

// findRepository root returns the path to the root of the git repository, if
// findRepositoryRoot returns the path to the root of the git repository, if
// we're currently in one. If we're not in a git repository, the boolean return
// value is false.
func findRepositoryRoot() (string, bool) {
Expand Down

0 comments on commit 4da39c4

Please sign in to comment.