Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/hugofs
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-07-31 15:36:36 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-08-01 14:55:48 +0300
commitf7f549e3a7492c787c6abb4900cc0f57c8ab1826 (patch)
tree18b82b0d343893e0f6e22fac9a6ca5e0f19fc876 /hugofs
parent6512d128c6d33b86f376764ab1d622a89ea18d20 (diff)
Fix assorted typos
Diffstat (limited to 'hugofs')
-rw-r--r--hugofs/stacktracer_fs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugofs/stacktracer_fs.go b/hugofs/stacktracer_fs.go
index d4db164ca..d3769f903 100644
--- a/hugofs/stacktracer_fs.go
+++ b/hugofs/stacktracer_fs.go
@@ -24,7 +24,7 @@ import (
"github.com/spf13/afero"
)
-// Make sure we don't accidently use this in the real Hugo.
+// Make sure we don't accidentally use this in the real Hugo.
var _ types.DevMarker = (*stacktracerFs)(nil)
// NewStacktracerFs wraps the given fs printing stack traces for file creates