aboutsummaryrefslogtreecommitdiffhomepage
path: root/hugofs/component_fs.go
diff options
context:
space:
mode:
authorChristian Oliff <[email protected]>2024-02-18 20:16:30 +0900
committerGitHub <[email protected]>2024-02-18 12:16:30 +0100
commit168d3757841d2064e11f8d122797e2771273d367 (patch)
treec805e6633220d8dda3197589aa6d7c270909d2bc /hugofs/component_fs.go
parent4a53fd56b71c8a2f83e5ace38bd7a54000c30f94 (diff)
downloadhugo-168d3757841d2064e11f8d122797e2771273d367.tar.gz
hugo-168d3757841d2064e11f8d122797e2771273d367.zip
all: Fix typos and some URLs
Diffstat (limited to 'hugofs/component_fs.go')
-rw-r--r--hugofs/component_fs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugofs/component_fs.go b/hugofs/component_fs.go
index b6eeb89e5..f491d4d0f 100644
--- a/hugofs/component_fs.go
+++ b/hugofs/component_fs.go
@@ -59,7 +59,7 @@ type componentFsDir struct {
fs *componentFs
}
-// ReadDir reads count entries from this virtual directorie and
+// ReadDir reads count entries from this virtual directory and
// sorts the entries according to the component filesystem rules.
func (f *componentFsDir) ReadDir(count int) ([]iofs.DirEntry, error) {
fis, err := f.DirOnlyOps.(iofs.ReadDirFile).ReadDir(-1)