diff options
author | Oleksandr Redko <[email protected]> | 2023-02-18 22:47:35 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2023-03-02 16:32:32 +0100 |
commit | 36ce3a4a9d3933772085991c8636915ffd5cb3af (patch) | |
tree | e7eaf3e0ea689b227fe012eab7c0f16205d6cd8c /helpers | |
parent | 17e60b77e15664ba37f5c0b911cf70c36d496d80 (diff) | |
download | hugo-36ce3a4a9d3933772085991c8636915ffd5cb3af.tar.gz hugo-36ce3a4a9d3933772085991c8636915ffd5cb3af.zip |
Correct typos in Go comments
Diffstat (limited to 'helpers')
-rw-r--r-- | helpers/pathspec.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/pathspec.go b/helpers/pathspec.go index 49fd9a71c..28b5f71c3 100644 --- a/helpers/pathspec.go +++ b/helpers/pathspec.go @@ -42,7 +42,7 @@ func NewPathSpec(fs *hugofs.Fs, cfg config.Provider, logger loggers.Logger) (*Pa return NewPathSpecWithBaseBaseFsProvided(fs, cfg, logger, nil) } -// NewPathSpecWithBaseBaseFsProvided creats a new PathSpec from the given filesystems and language. +// NewPathSpecWithBaseBaseFsProvided creates a new PathSpec from the given filesystems and language. // If an existing BaseFs is provided, parts of that is reused. func NewPathSpecWithBaseBaseFsProvided(fs *hugofs.Fs, cfg config.Provider, logger loggers.Logger, baseBaseFs *filesystems.BaseFs) (*PathSpec, error) { p, err := paths.New(fs, cfg) |