summaryrefslogtreecommitdiffstats
path: root/helpers/pygments.go
diff options
context:
space:
mode:
authorLordFPL <lordfpl@hotmail.com>2014-04-09 21:08:47 +0200
committerspf13 <steve.francia@gmail.com>2014-04-26 23:03:20 -0600
commitb52e94638122061d3045605d9bf81f8c15e02752 (patch)
tree2c7f2ebee5fb4bf3b7bcd2fc25e8a519bc120d86 /helpers/pygments.go
parent2e954d8551088455472ce50318c0000623a945e6 (diff)
Little syntax mistake
Diffstat (limited to 'helpers/pygments.go')
-rw-r--r--helpers/pygments.go2
1 files changed, 1 insertions, 1 deletions
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
}