shithub: hugo

Download patch

ref: 8727475596bc873e1cab203f5c006927671936e0
parent: 6fa7f2ac3efda8359d208c8f962d3d761fca3fc7
author: Anthony Fok <[email protected]>
date: Sun Nov 22 04:40:22 EST 2015

Fix missing word in code comment (my own fault)

--- a/helpers/url.go
+++ b/helpers/url.go
@@ -60,7 +60,7 @@
 
 	// Temporary workaround for the bug fix and resulting
 	// behavioral change in purell.NormalizeURLString():
-	// a leading '/' was inadvertently to relative links,
+	// a leading '/' was inadvertently added to relative links,
 	// but no longer, see #878.
 	//
 	// I think the real solution is to allow Hugo to