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 {