summaryrefslogtreecommitdiff
path: root/href.go
diff options
context:
space:
mode:
Diffstat (limited to 'href.go')
-rw-r--r--href.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/href.go b/href.go
index c04d633..49b613c 100644
--- a/href.go
+++ b/href.go
@@ -15,7 +15,7 @@ import (
var (
notHTML = errors.New("not HTML content")
- tooBig = errors.New("cotent too big")
+ tooBig = errors.New("content too big")
iconvErr = errors.New("charset converter error")
)