summaryrefslogtreecommitdiffstats
path: root/hugofs/dirsmerger.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugofs/dirsmerger.go')
-rw-r--r--hugofs/dirsmerger.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugofs/dirsmerger.go b/hugofs/dirsmerger.go
index 392353e27..9eedb5844 100644
--- a/hugofs/dirsmerger.go
+++ b/hugofs/dirsmerger.go
@@ -42,7 +42,7 @@ var LanguageDirsMerger overlayfs.DirsMerger = func(lofi, bofi []fs.DirEntry) []f
// AppendDirsMerger merges two directories keeping all regular files
// with the first slice as the base.
-// Duplicate directories in the secnond slice will be ignored.
+// Duplicate directories in the second slice will be ignored.
// This strategy is used for the i18n and data fs where we need all entries.
var AppendDirsMerger overlayfs.DirsMerger = func(lofi, bofi []fs.DirEntry) []fs.DirEntry {
for _, fi1 := range bofi {