shithub: hugo

Download patch

ref: 56d82aa025f4d2edb1dc6315132cd7ab52df649a
parent: eccb0647821e9db20ba9800da1b4861807cc5205
author: Damir Vandic <[email protected]>
date: Tue Jun 27 17:21:55 EDT 2017

hugofs: Fix typo in code comment


--- a/hugofs/fs.go
+++ b/hugofs/fs.go
@@ -26,7 +26,7 @@
 	// 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.