Skip to content

Commit 21beaea

Browse files
committed
Typo.
1 parent a03dd38 commit 21beaea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

path_helper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func (p *PathHelper) logger(format string, v ...interface{}) {
2222
}
2323
}
2424

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

0 commit comments

Comments
 (0)