mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02:00
all: Fix typos in function names and comments
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
12dc9a6e4a
commit
9009c8cdca
@@ -38,7 +38,7 @@ func init() {
|
||||
}
|
||||
|
||||
// CreateTempDir creates a temp dir in the given filesystem and
|
||||
// returns the dirnam and a func that removes it when done.
|
||||
// returns the dirname and a func that removes it when done.
|
||||
func CreateTempDir(fs afero.Fs, prefix string) (string, func(), error) {
|
||||
tempDir, err := afero.TempDir(fs, "", prefix)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user