shithub: hugo

Download patch

ref: b52e94638122061d3045605d9bf81f8c15e02752
parent: 2e954d8551088455472ce50318c0000623a945e6
author: LordFPL <[email protected]>
date: Wed Apr 9 17:08:47 EDT 2014

Little syntax mistake

--- a/helpers/pygments.go
+++ b/helpers/pygments.go
@@ -26,7 +26,7 @@
 
 	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
 	}