fix splelng

This commit is contained in:
Richard van der Hoff 2017-11-13 18:38:44 +00:00 committed by GitHub
parent 0688c36fbd
commit ea63f91a5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {