Fix missing word in code comment (my own fault)
authorAnthony Fok <foka@debian.org>
Sun, 22 Nov 2015 16:40:22 +0000 (09:40 -0700)
committerAnthony Fok <foka@debian.org>
Sun, 22 Nov 2015 16:40:22 +0000 (09:40 -0700)
helpers/url.go

index d8530e3e7eb04f1d7a650d7749e2f723d86dc91a..93f003be5df667c4058c3ce167ff94961709a6ec 100644 (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