Fix typos

This commit is contained in:
Yang Li
2018-07-07 17:40:47 +08:00
committed by Bjørn Erik Pedersen
parent 0efd374805
commit 3cea2932e1
11 changed files with 19 additions and 19 deletions

View File

@@ -238,7 +238,7 @@ func (d *SourceFilesystem) Contains(filename string) bool {
return false
}
// RealDirs gets a list of absolute paths to directorys starting from the given
// RealDirs gets a list of absolute paths to directories starting from the given
// path.
func (d *SourceFilesystem) RealDirs(from string) []string {
var dirnames []string