summaryrefslogtreecommitdiffstats
path: root/hugolib/segments
diff options
context:
space:
mode:
authorcoliff <christianoliff@pm.me>2025-02-26 20:35:12 +0900
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2025-02-26 15:10:28 +0100
commit4094a1e12c593ebaffe5bf28a1cd0a12330b1a60 (patch)
tree7a3590e6b87bbaf3574bc94dbf5a2c80df6cf7a6 /hugolib/segments
parent6927e6f04826b5fbf28de0d042f205e107628b3f (diff)
downloadhugo-4094a1e12c593ebaffe5bf28a1cd0a12330b1a60.tar.gz
hugo-4094a1e12c593ebaffe5bf28a1cd0a12330b1a60.zip
all: Typo fixes
Diffstat (limited to 'hugolib/segments')
-rw-r--r--hugolib/segments/segments.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/segments/segments.go b/hugolib/segments/segments.go
index 8f7c18121..941c4ea5c 100644
--- a/hugolib/segments/segments.go
+++ b/hugolib/segments/segments.go
@@ -44,7 +44,7 @@ func (e excludeInclude) ShouldExcludeCoarse(fields SegmentMatcherFields) bool {
}
// ShouldExcludeFine returns whether the given fields should be excluded.
-// This is used for the finer grained checks, e.g. on invididual pages.
+// This is used for the finer grained checks, e.g. on individual pages.
func (e excludeInclude) ShouldExcludeFine(fields SegmentMatcherFields) bool {
if e.exclude != nil && e.exclude(fields) {
return true