diff options
author | XhmikosR <[email protected]> | 2019-07-31 15:36:36 +0300 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2019-08-01 13:55:48 +0200 |
commit | f7f549e3a7492c787c6abb4900cc0f57c8ab1826 (patch) | |
tree | 18b82b0d343893e0f6e22fac9a6ca5e0f19fc876 /hugofs | |
parent | 6512d128c6d33b86f376764ab1d622a89ea18d20 (diff) | |
download | hugo-f7f549e3a7492c787c6abb4900cc0f57c8ab1826.tar.gz hugo-f7f549e3a7492c787c6abb4900cc0f57c8ab1826.zip |
Fix assorted typos
Diffstat (limited to 'hugofs')
-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 |