Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
otaviof committed Sep 22, 2019
1 parent a03dd38 commit 21beaea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion path_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func (p *PathHelper) logger(format string, v ...interface{}) {
}
}

// append a direcotry in global list, making sure it skips duplicates when setting is enabled.
// append a directory in global list, making sure it skips duplicates when setting is enabled.
func (p *PathHelper) append(directory string) {
if p.config.SkipDuplicates {
for _, d := range p.directories {
Expand Down

0 comments on commit 21beaea

Please sign in to comment.