summaryrefslogtreecommitdiffstats
path: root/hugolib
diff options
context:
space:
mode:
authorNathan Youngman <git@nathany.com>2015-10-14 15:11:30 -0600
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2015-10-15 18:00:10 +0200
commitbea7b2e202dc3d60a59711be0e8c7b578ac64fed (patch)
tree1a6df26485ae35546dd6ab33b6c631f81293058a /hugolib
parentec9c6912163f9ca3c10ad75aba939a76ec96e932 (diff)
Fix typo in shortcode tests
Diffstat (limited to 'hugolib')
-rw-r--r--hugolib/shortcode_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/shortcode_test.go b/hugolib/shortcode_test.go
index ecc77f97d..a8eeca8e7 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)
}
}