summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2015-01-12 13:15:04 -0700
committerAnthony Fok <foka@debian.org>2015-01-12 13:15:04 -0700
commit6ee35f654f7ee856a9d3d3f70a48673b55957471 (patch)
tree47d2379291924d626bc1d258daa28bff3cac9a34
parenta4eef4eb16f099a17181e2a9fa38262aafcd87f5 (diff)
Correct typo in hugolib/path_separators_windows_test.go
-rw-r--r--hugolib/path_separators_windows_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/path_separators_windows_test.go b/hugolib/path_separators_windows_test.go
index 7f549b54e..f9af74dcb 100644
--- a/hugolib/path_separators_windows_test.go
+++ b/hugolib/path_separators_windows_test.go
@@ -10,7 +10,7 @@ const (
win_path = "c:\\a\\windows\\path\\layout\\sub1\\index.html"
)
-func TestTemplatePathSeperator(t *testing.T) {
+func TestTemplatePathSeparator(t *testing.T) {
tmpl := new(tpl.GoHtmlTemplate)
if name := tmpl.GenerateTemplateNameFrom(win_base, win_path); name != "sub1/index.html" {
t.Fatalf("Template name incorrect. Expected: %s, Got: %s", "sub1/index.html", name)