hugofs: Fix typo in code comment
authorDamir Vandic <info@dvic.io>
Tue, 27 Jun 2017 19:21:55 +0000 (21:21 +0200)
committerAnthony Fok <foka@debian.org>
Tue, 27 Jun 2017 19:21:55 +0000 (13:21 -0600)
hugofs/fs.go

index 71c0dade0d7a95c84cacabf7c76248ac5dbda743..27465b4590bf294b380349459e30135eee01350f 100644 (file)
@@ -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.