From 91e153780d9e82106049f1d53dbf6be44d421c57 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sat, 19 Dec 2020 22:01:48 -0500 Subject: [PATCH] spelling: including Signed-off-by: Josh Soref --- server/api_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/api_test.go b/server/api_test.go index 268bf3ee..e7725063 100644 --- a/server/api_test.go +++ b/server/api_test.go @@ -23,7 +23,7 @@ import ( type apiClient struct { // Embedded gRPC client to talk to the server. api.DexClient - // Close releases resources associated with this client, includuing shutting + // Close releases resources associated with this client, including shutting // down the background server. Close func() }