all: Fix typos

This commit is contained in:
Christian Oliff
2025-04-24 17:19:17 +09:00
committed by GitHub
parent 1bd7ac7ed9
commit 6a0e04241a
6 changed files with 7 additions and 7 deletions

View File

@@ -397,7 +397,7 @@ func (d *SourceFilesystem) mounts() []hugofs.FileMetaInfo {
})
// Filter out any mounts not belonging to this filesystem.
// TODO(bep) I think this is superflous.
// TODO(bep) I think this is superfluous.
n := 0
for _, mm := range m {
if mm.Meta().Component == d.Name {