From 56d82aa025f4d2edb1dc6315132cd7ab52df649a Mon Sep 17 00:00:00 2001 From: Damir Vandic Date: Tue, 27 Jun 2017 21:21:55 +0200 Subject: [PATCH] hugofs: Fix typo in code comment --- hugofs/fs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.