Browse Source

typo fix: forwared -> forwarded (#2290)

Clément Lesaege 5 years ago
parent
commit
0cc882ef9d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contracts/GSN/IRelayHub.sol

+ 1 - 1
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.