From: Nathan Youngman Date: Wed, 14 Oct 2015 21:11:30 +0000 (-0600) Subject: Fix typo in shortcode tests X-Git-Tag: v0.15~112 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bea7b2e2;p=brevno-suite%2Fhugo Fix typo in shortcode tests --- diff --git a/hugolib/shortcode_test.go b/hugolib/shortcode_test.go index ecc77f97..a8eeca8e 100644 --- a/hugolib/shortcode_test.go +++ b/hugolib/shortcode_test.go @@ -35,7 +35,7 @@ func CheckShortCodeMatchAndError(t *testing.T, input, expected string, template } 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) } }