projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eccb064
)
hugofs: Fix typo in code comment
author
Damir Vandic
<info@dvic.io>
Tue, 27 Jun 2017 19:21:55 +0000
(21:21 +0200)
committer
Anthony Fok
<foka@debian.org>
Tue, 27 Jun 2017 19:21:55 +0000
(13:21 -0600)
hugofs/fs.go
patch
|
blob
|
history
diff --git
a/hugofs/fs.go
b/hugofs/fs.go
index 71c0dade0d7a95c84cacabf7c76248ac5dbda743..27465b4590bf294b380349459e30135eee01350f 100644
(file)
--- 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 desti
o
nation file system.
+ // Destination is Hugo's destination file system.
Destination afero.Fs
// Os is an OS file system.