Skip to content

Commit ba3a875

Browse files
inkpot-monkeykronosapiens
authored andcommitted
chore: spell correct
1 parent c013332 commit ba3a875

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contracts/colonyNetwork/IColonyNetwork.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ interface IColonyNetwork is ColonyNetworkDataTypes, IRecovery, IBasicMetaTransac
447447
/// @notice Called to deploy a token authority
448448
/// @dev This is more expensive than deploying a token directly, but is able to be done via
449449
/// a metatransaction
450-
/// @param _token The address of the otken
450+
/// @param _token The address of the token
451451
/// @param _colony The address of the colony in control of the token
452452
/// @param _allowedToTransfer An array of addresses that are allowed to transfer the token even if it's locked
453453
/// @return _tokenAuthority The address of the newly deployed TokenAuthority

docs/interfaces/icolonynetwork.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ Called to deploy a token authority
258258

259259
|Name|Type|Description|
260260
|---|---|---|
261-
|_token|address|The address of the otken
261+
|_token|address|The address of the token
262262
|_colony|address|The address of the colony in control of the token
263263
|_allowedToTransfer|address[]|An array of addresses that are allowed to transfer the token even if it's locked
264264

0 commit comments

Comments
 (0)