diff options
Diffstat (limited to 'hugolib/pages_capture.go')
-rw-r--r-- | hugolib/pages_capture.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/pages_capture.go b/hugolib/pages_capture.go index 98e9fda51..c7a42acdc 100644 --- a/hugolib/pages_capture.go +++ b/hugolib/pages_capture.go @@ -278,7 +278,7 @@ func (c *pagesCollector) addToBundle(info hugofs.FileMetaInfo, btyp bundleDirTyp if btyp == bundleBranch { // No special logic for branch bundles. // Every language needs its own _index.md file. - // Also, we only clone bundle headers for lonsesome, bundled, + // Also, we only clone bundle headers for lonesome, bundled, // content files. return c.handleFiles(info) } |