hugofs: Fix GoDoc
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 7 Apr 2016 11:56:11 +0000 (13:56 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 7 Apr 2016 11:56:11 +0000 (13:56 +0200)
hugofs/fs.go

index a3cb55ea1274c90ef324ea45c36479327d422eb5..c5436bba983ae789355eb8358fe988197d4837c6 100644 (file)
@@ -58,7 +58,7 @@ func WorkingDir() *afero.BasePathFs {
        return workingDirFs
 }
 
-// InitFs initializes with the OS file system
+// InitDefaultFs initializes with the OS file system
 // as source and destination file systems.
 func InitDefaultFs() {
        InitFs(&afero.OsFs{})