From b52e94638122061d3045605d9bf81f8c15e02752 Mon Sep 17 00:00:00 2001 From: LordFPL Date: Wed, 9 Apr 2014 21:08:47 +0200 Subject: [PATCH] Little syntax mistake --- helpers/pygments.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/pygments.go b/helpers/pygments.go index a858fba4b..46eb879e5 100644 --- a/helpers/pygments.go +++ b/helpers/pygments.go @@ -26,7 +26,7 @@ func Highlight(code string, lexer string) string { if _, err := exec.LookPath(pygmentsBin); err != nil { - jww.WARN.Println("Highlighting requries Pygments to be installed and in the path") + jww.WARN.Println("Highlighting requires Pygments to be installed and in the path") return code }