fix spelling

This commit is contained in:
Fabian Möller
2019-04-30 14:06:24 +02:00
parent 7963320a29
commit 48c09608ea
31 changed files with 41 additions and 41 deletions

View File

@@ -11,7 +11,7 @@ import (
"github.com/pkg/errors"
)
// GetTemplate eturns the HTML template for serving directories via HTTP
// GetTemplate returns the HTML template for serving directories via HTTP
func GetTemplate() (tpl *template.Template, err error) {
templateFile, err := Assets.Open("index.html")
if err != nil {