From 5d659a108ce45d0b50f7af48a8e4483d59ad8d01 Mon Sep 17 00:00:00 2001
From: Josh Soref <jsoref@users.noreply.github.com>
Date: Sat, 19 Dec 2020 22:02:01 -0500
Subject: [PATCH] spelling: templates

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
---
 server/handlers_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/handlers_test.go b/server/handlers_test.go
index 12dce3a8..df83e866 100644
--- a/server/handlers_test.go
+++ b/server/handlers_test.go
@@ -129,7 +129,7 @@ func TestConnectorLoginDoesNotAllowToChangeConnectorForAuthRequest(t *testing.T)
 
 	templates, err := loadTemplates(webConfig{}, "../web/templates")
 	if err != nil {
-		t.Fatal("failed to load tempalates")
+		t.Fatal("failed to load templates")
 	}
 
 	s := &Server{
-- 
GitLab