Correct typo in hugolib/path_separators_windows_test.go
authorAnthony Fok <foka@debian.org>
Mon, 12 Jan 2015 20:15:04 +0000 (13:15 -0700)
committerAnthony Fok <foka@debian.org>
Mon, 12 Jan 2015 20:15:04 +0000 (13:15 -0700)
hugolib/path_separators_windows_test.go

index 7f549b54e3ae0ca1c9c0093bbe4cdbd9c14c5110..f9af74dcba5aea957468620bb660cb48a907c0c9 100644 (file)
@@ -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)