Fix typo in shortcode tests
authorNathan Youngman <git@nathany.com>
Wed, 14 Oct 2015 21:11:30 +0000 (15:11 -0600)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 15 Oct 2015 16:00:10 +0000 (18:00 +0200)
hugolib/shortcode_test.go

index ecc77f97dc4ebf4f6594872c09e247a8936116d8..a8eeca8e70f723977ea0e83bf8cde259fee619c3 100644 (file)
@@ -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)
        }
 }