Little syntax mistake
authorLordFPL <lordfpl@hotmail.com>
Wed, 9 Apr 2014 19:08:47 +0000 (21:08 +0200)
committerspf13 <steve.francia@gmail.com>
Sun, 27 Apr 2014 05:03:20 +0000 (23:03 -0600)
helpers/pygments.go

index a858fba4b310b2126fd6120400475e82b38ceaf0..46eb879e58adb7b3d20c085ed849e2dbf30fae0f 100644 (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
        }