summaryrefslogtreecommitdiffstats
path: root/hugolib/page__meta.go
diff options
context:
space:
mode:
authorChristian Oliff <christianoliff@pm.me>2024-04-11 16:23:17 +0900
committerGitHub <noreply@github.com>2024-04-11 09:23:17 +0200
commit17765a74518f720b3a5a90adaa0dfad1f5cfaf76 (patch)
treeda2c302b6cb33057c430432037197e5583f1a84e /hugolib/page__meta.go
parent92de8625c7f122343059e98c62d1049e27bb2573 (diff)
all: Typo fixes
Diffstat (limited to 'hugolib/page__meta.go')
-rw-r--r--hugolib/page__meta.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/page__meta.go b/hugolib/page__meta.go
index 7ab904357..ebf57f3b3 100644
--- a/hugolib/page__meta.go
+++ b/hugolib/page__meta.go
@@ -676,7 +676,7 @@ params:
}
// shouldList returns whether this page should be included in the list of pages.
-// glogal indicates site.Pages etc.
+// global indicates site.Pages etc.
func (p *pageMeta) shouldList(global bool) bool {
if p.isStandalone() {
// Never list 404, sitemap and similar.