From ea63f91a5ae53640afa00dccf1524e064a8cfed8 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Mon, 13 Nov 2017 18:38:44 +0000 Subject: [PATCH] fix splelng --- src/github.com/matrix-org/dendrite/common/keydb/keyring.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.com/matrix-org/dendrite/common/keydb/keyring.go b/src/github.com/matrix-org/dendrite/common/keydb/keyring.go index b83ab7464..1b20f7816 100644 --- a/src/github.com/matrix-org/dendrite/common/keydb/keyring.go +++ b/src/github.com/matrix-org/dendrite/common/keydb/keyring.go @@ -18,7 +18,7 @@ import "github.com/matrix-org/gomatrixserverlib" // CreateKeyRing creates and configures a KeyRing object. // -// It creats the necessary key fetchers and collects them into a KeyRing +// It creates the necessary key fetchers and collects them into a KeyRing // backed by the given KeyDatabase. func CreateKeyRing(client gomatrixserverlib.Client, keyDB gomatrixserverlib.KeyDatabase) gomatrixserverlib.KeyRing {