Fix missing word in code comment (my own fault)

This commit is contained in:
Anthony Fok 2015-11-22 09:40:22 -07:00
parent 6fa7f2ac3e
commit 8727475596
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ func sanitizeURLWithFlags(in string, f purell.NormalizationFlags) string {
// 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