mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 22:21:07 +03:00
all: Fix typos in function names and comments
This commit is contained in:
parent
12dc9a6e4a
commit
9009c8cdca
27 changed files with 41 additions and 41 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue