diff options
Diffstat (limited to 'hugofs/stacktracer_fs.go')
-rw-r--r-- | hugofs/stacktracer_fs.go | 2 |
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 |