Little syntax mistake

This commit is contained in:
LordFPL 2014-04-09 21:08:47 +02:00 committed by spf13
parent 2e954d8551
commit b52e946381

View file

@ -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
}