From: Damir Vandic Date: Tue, 27 Jun 2017 19:21:55 +0000 (+0200) Subject: hugofs: Fix typo in code comment X-Git-Tag: v0.25~32 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=56d82aa02;p=brevno-suite%2Fhugo hugofs: Fix typo in code comment --- diff --git a/hugofs/fs.go b/hugofs/fs.go index 71c0dade..27465b45 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.