mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-15 10:53: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.
|
// 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.
|
// backed by the given KeyDatabase.
|
||||||
func CreateKeyRing(client gomatrixserverlib.Client,
|
func CreateKeyRing(client gomatrixserverlib.Client,
|
||||||
keyDB gomatrixserverlib.KeyDatabase) gomatrixserverlib.KeyRing {
|
keyDB gomatrixserverlib.KeyDatabase) gomatrixserverlib.KeyRing {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue