From: Anthony Fok Date: Sun, 22 Nov 2015 16:40:22 +0000 (-0700) Subject: Fix missing word in code comment (my own fault) X-Git-Tag: v0.15~23 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8727475596bc873e1cab203f5c006927671936e0;p=brevno-suite%2Fhugo Fix missing word in code comment (my own fault) --- diff --git a/helpers/url.go b/helpers/url.go index d8530e3e..93f003be 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