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
diff options
context:
space:
mode:
authorDamir Vandic <info@dvic.io>2017-06-27 22:21:55 +0300
committerAnthony Fok <foka@debian.org>2017-06-27 22:21:55 +0300
commit56d82aa025f4d2edb1dc6315132cd7ab52df649a (patch)
treee75d84b462dd44b41e5a5bdec843238a0666dfe0 /hugofs/fs.go
parenteccb0647821e9db20ba9800da1b4861807cc5205 (diff)
hugofs: Fix typo in code comment
Diffstat (limited to 'hugofs/fs.go')
-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.