shithub: hugo

Download patch

ref: 7b4e4769d070c3af97abaca9c1169f9e341be141
parent: c1a60732ae90180a31a775380a587cbd4a685b89
author: Alexander Morozov <[email protected]>
date: Tue Oct 6 11:58:58 EDT 2015

Fix comment for NormalizeHugoFlags

--- a/helpers/general.go
+++ b/helpers/general.go
@@ -430,7 +430,7 @@
 	}
 }
 
-// NormalizeHugoFlagsFunc facilitates transitions of Hugo command-line flags,
+// NormalizeHugoFlags facilitates transitions of Hugo command-line flags,
 // e.g. --baseUrl to --baseURL, --uglyUrls to --uglyURLs
 func NormalizeHugoFlags(f *pflag.FlagSet, name string) pflag.NormalizedName {
 	switch name {