summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hugofs/fs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugofs/fs.go b/hugofs/fs.go
index 71c0dade0..27465b459 100644
--- a/hugofs/fs.go
+++ b/hugofs/fs.go
@@ -26,7 +26,7 @@ type Fs struct {
// Source is Hugo's source file system.
Source afero.Fs
- // Destination is Hugo's destionation file system.
+ // Destination is Hugo's destination file system.
Destination afero.Fs
// Os is an OS file system.