all: Typo fixes

This commit is contained in:
Christian Oliff
2024-04-11 16:23:17 +09:00
committed by GitHub
parent 92de8625c7
commit 17765a7451
9 changed files with 9 additions and 9 deletions

View File

@@ -133,7 +133,7 @@ type pageTrees struct {
func (t *pageTrees) collectAndMarkStaleIdentities(p *paths.Path) []identity.Identity {
key := p.Base()
var ids []identity.Identity
// We need only one identity sample per dimensio.
// We need only one identity sample per dimension.
nCount := 0
cb := func(n contentNodeI) bool {
if n == nil {