mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 09:23:09 -06:00
fix splelng
This commit is contained in:
parent
0688c36fbd
commit
ea63f91a5a
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue