diff options
Diffstat (limited to 'hugolib/page__paths.go')
-rw-r--r-- | hugolib/page__paths.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/page__paths.go b/hugolib/page__paths.go index 6ae68aa25..d89388f81 100644 --- a/hugolib/page__paths.go +++ b/hugolib/page__paths.go @@ -150,7 +150,7 @@ func createTargetPathDescriptor(p *pageState) (page.TargetPathDescriptor, error) opath, _ = url.QueryUnescape(opath) if strings.HasSuffix(opath, "//") { // When rewriting the _index of the section the permalink config is applied to, - // we get douple slashes at the end sometimes; clear them up here + // we get double slashes at the end sometimes; clear them up here opath = strings.TrimSuffix(opath, "/") } |