From 0cc882ef9d86dab1f0711a3d4c8f0eec31d60843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Lesaege?= Date: Tue, 23 Jun 2020 18:25:30 +0100 Subject: [PATCH] typo fix: forwared -> forwarded (#2290) --- contracts/GSN/IRelayHub.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/GSN/IRelayHub.sol b/contracts/GSN/IRelayHub.sol index 81d65c16d..30b0ab951 100644 --- a/contracts/GSN/IRelayHub.sol +++ b/contracts/GSN/IRelayHub.sol @@ -180,7 +180,7 @@ interface IRelayHub { * - `gasLimit`: gas to forward when calling the encoded function * - `nonce`: client's nonce * - `signature`: client's signature over all previous params, plus the relay and RelayHub addresses - * - `approvalData`: dapp-specific data forwared to {acceptRelayedCall}. This value is *not* verified by the + * - `approvalData`: dapp-specific data forwarded to {acceptRelayedCall}. This value is *not* verified by the * `RelayHub`, but it still can be used for e.g. a signature. * * Emits a {TransactionRelayed} event.