From bf064ce1e3ebf715ddaa5a3a9acf047a49999d19 Mon Sep 17 00:00:00 2001 From: Pavel Date: Sun, 19 Jan 2025 18:28:10 +0300 Subject: [PATCH 1/2] IIdGateway.sol --- src/interfaces/IIdGateway.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/IIdGateway.sol b/src/interfaces/IIdGateway.sol index 637c9b9c..b16da1f8 100644 --- a/src/interfaces/IIdGateway.sol +++ b/src/interfaces/IIdGateway.sol @@ -146,7 +146,7 @@ interface IIdGateway { /** * @notice Set the StorageRegistry address. Only callable by owner. * - * @param _storageRegistry The new StorageREgistry address. + * @param _storageRegistry The new StorageRegistry address. */ function setStorageRegistry(address _storageRegistry) external; } From b9fb04b636a177c39e314dbf3b972b6781d074d5 Mon Sep 17 00:00:00 2001 From: Pavel Date: Sun, 19 Jan 2025 18:31:39 +0300 Subject: [PATCH 2/2] IKeyRegistry.sol --- src/interfaces/IKeyRegistry.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/IKeyRegistry.sol b/src/interfaces/IKeyRegistry.sol index 42e20b0e..bd9b3aa2 100644 --- a/src/interfaces/IKeyRegistry.sol +++ b/src/interfaces/IKeyRegistry.sol @@ -201,7 +201,7 @@ interface IKeyRegistry { * and its associated metadata. * * @param key Bytes of the signer key. - * @param keys Metadata metadata of the signer key. + * @param metadata Metadata about the signer key. */ struct BulkAddKey { bytes key;