summaryrefslogtreecommitdiffstats
path: root/hugolib/filesystems
diff options
context:
space:
mode:
authorYang Li <idealhack@gmail.com>2018-07-07 17:40:47 +0800
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-07-07 12:29:56 +0200
commit3cea2932e17a08ebc19cd05f3079d9379bc8fba5 (patch)
tree71afb61f2850c8d31e8d34d6af745d7e44a876ff /hugolib/filesystems
parent0efd374805ac49a0e6513c707520fc2f6f238afc (diff)
Fix typos
Diffstat (limited to 'hugolib/filesystems')
-rw-r--r--hugolib/filesystems/basefs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/filesystems/basefs.go b/hugolib/filesystems/basefs.go
index d4a7fcde7..f453e411e 100644
--- a/hugolib/filesystems/basefs.go
+++ b/hugolib/filesystems/basefs.go
@@ -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