From 8727475596bc873e1cab203f5c006927671936e0 Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Sun, 22 Nov 2015 09:40:22 -0700 Subject: [PATCH] Fix missing word in code comment (my own fault) --- helpers/url.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/url.go b/helpers/url.go index d8530e3e7..93f003be5 100644 --- a/helpers/url.go +++ b/helpers/url.go @@ -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