mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
hugofs: Fix typo in code comment
This commit is contained in:
parent
eccb064782
commit
56d82aa025
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue