From 97ed64bd8cfd9f4b42e50adddc2975fe35817ad1 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 19 Oct 2015 18:35:24 +0200 Subject: typo --- href.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") ) -- cgit v1.2.3