Skip to content

Commit

Permalink
Little syntax mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
LordFPL authored and spf13 committed Apr 27, 2014
1 parent 2e954d8 commit b52e946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/pygments.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit b52e946

Please sign in to comment.