helpers: Fix minor typo in content_test.go
authorAnthony Fok <foka@debian.org>
Sat, 19 Mar 2016 20:12:53 +0000 (04:12 +0800)
committerAnthony Fok <foka@debian.org>
Sat, 19 Mar 2016 20:12:53 +0000 (04:12 +0800)
helpers/content_test.go

index fff1ed50df37f9486d731744b8f2dfec00f45bdc..daba018d8bafecf5a41c28c78cc43620ba2ad4da 100644 (file)
@@ -354,7 +354,7 @@ func TestExtractTOCNormalContent(t *testing.T) {
 }
 
 func TestExtractTOCGreaterThanSeventy(t *testing.T) {
-       content := []byte("<nav>\n<ul>\nTOC This is a very long content which will definitly be greater than seventy, I promise you that.<li><a href=\"#")
+       content := []byte("<nav>\n<ul>\nTOC This is a very long content which will definitely be greater than seventy, I promise you that.<li><a href=\"#")
 
        actualTocLessContent, actualToc := ExtractTOC(content)
        //Because the start of Toc is greater than 70+startpoint of <li> content and empty TOC will be returned