From: LordFPL Date: Wed, 9 Apr 2014 19:08:47 +0000 (+0200) Subject: Little syntax mistake X-Git-Tag: v0.11~65 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b52e94638122061d3045605d9bf81f8c15e02752;p=brevno-suite%2Fhugo Little syntax mistake --- diff --git a/helpers/pygments.go b/helpers/pygments.go index a858fba4..46eb879e 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 }