Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2015-11-22 19:40:22 +0300
committerAnthony Fok <foka@debian.org>2015-11-22 19:40:22 +0300
commit8727475596bc873e1cab203f5c006927671936e0 (patch)
tree28c726f20f91ecdde363ac71b310fc1c3dd3088e /helpers
parent6fa7f2ac3efda8359d208c8f962d3d761fca3fc7 (diff)
Fix missing word in code comment (my own fault)
Diffstat (limited to 'helpers')
-rw-r--r--helpers/url.go2
1 files changed, 1 insertions, 1 deletions
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