hugofs: Fix typo in code comment

This commit is contained in:
Damir Vandic 2017-06-27 21:21:55 +02:00 committed by Anthony Fok
parent eccb064782
commit 56d82aa025

View 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.