diff options
Diffstat (limited to 'hugolib/content_map.go')
-rw-r--r-- | hugolib/content_map.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/content_map.go b/hugolib/content_map.go index 0b82bdf28..62cabec51 100644 --- a/hugolib/content_map.go +++ b/hugolib/content_map.go @@ -181,7 +181,7 @@ func (m *pageMap) AddFi(fi hugofs.FileMetaInfo) error { var rs *resourceSource if pi.IsContent() { - // Create the page now as we need it at assemembly time. + // Create the page now as we need it at assembly time. // The other resources are created if needed. pageResource, pi, err := m.s.h.newPage( &pageMeta{ |