1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

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.