shithub: hugo

Download patch

ref: bea7b2e202dc3d60a59711be0e8c7b578ac64fed
parent: ec9c6912163f9ca3c10ad75aba939a76ec96e932
author: Nathan Youngman <[email protected]>
date: Wed Oct 14 11:11:30 EDT 2015

Fix typo in shortcode tests

--- a/hugolib/shortcode_test.go
+++ b/hugolib/shortcode_test.go
@@ -35,7 +35,7 @@
 	}
 
 	if output != expected {
-		t.Fatalf("Shortcode render didn't match. got %q but exxpected %q", output, expected)
+		t.Fatalf("Shortcode render didn't match. got %q but expected %q", output, expected)
 	}
 }