Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurken Bilbao <aurken@pm.me>2020-08-20 15:32:40 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-08-20 23:34:35 +0300
commitad01aea3f426206c2b70bbd97c5d29562dfe954d (patch)
tree68ed1328a911ef27572ca14f6bf642c02276a757 /hugolib
parentec37420468157284651ef6b04b30420b249179e2 (diff)
Fixed misspelled words
Diffstat (limited to 'hugolib')
-rw-r--r--hugolib/pages_capture.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/pages_capture.go b/hugolib/pages_capture.go
index 020e243c5..ddb4bc495 100644
--- a/hugolib/pages_capture.go
+++ b/hugolib/pages_capture.go
@@ -100,7 +100,7 @@ type pagesCollector struct {
// That is, if a front matter cascade section is removed, added or edited.
// If this is the case we must re-evaluate its descendants.
func (c *pagesCollector) isCascadingEdit(dir contentDirKey) (bool, string) {
- // This is eiter a section or a taxonomy node. Find it.
+ // This is either a section or a taxonomy node. Find it.
prefix := cleanTreeKey(dir.dirname)
section := "/"