aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authormohoff <mohoff@web.de>2018-06-07 05:21:53 +0800
committerGitHub <noreply@github.com>2018-06-07 05:21:53 +0800
commit3342dd40012f4fca4108b0d7fe474c20d791b60c (patch)
treef3d78904fafe7773b109c1535ea67cf87bf57164 /packages
parent785b9811f30869f01242ce9ff81c282bf7f5352f (diff)
downloaddexon-sol-tools-3342dd40012f4fca4108b0d7fe474c20d791b60c.tar
dexon-sol-tools-3342dd40012f4fca4108b0d7fe474c20d791b60c.tar.gz
dexon-sol-tools-3342dd40012f4fca4108b0d7fe474c20d791b60c.tar.bz2
dexon-sol-tools-3342dd40012f4fca4108b0d7fe474c20d791b60c.tar.lz
dexon-sol-tools-3342dd40012f4fca4108b0d7fe474c20d791b60c.tar.xz
dexon-sol-tools-3342dd40012f4fca4108b0d7fe474c20d791b60c.tar.zst
dexon-sol-tools-3342dd40012f4fca4108b0d7fe474c20d791b60c.zip
typo
Diffstat (limited to 'packages')
-rw-r--r--packages/contracts/src/contracts/current/protocol/Exchange/MixinExchangeCore.sol2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/contracts/src/contracts/current/protocol/Exchange/MixinExchangeCore.sol b/packages/contracts/src/contracts/current/protocol/Exchange/MixinExchangeCore.sol
index 42128c92a..12b57d99f 100644
--- a/packages/contracts/src/contracts/current/protocol/Exchange/MixinExchangeCore.sol
+++ b/packages/contracts/src/contracts/current/protocol/Exchange/MixinExchangeCore.sol
@@ -50,7 +50,7 @@ contract MixinExchangeCore is
////// Core exchange functions //////
- /// @dev Cancels all orders reated by sender with a salt less than or equal to the specified salt value.
+ /// @dev Cancels all orders created by sender with a salt less than or equal to the specified salt value.
/// @param salt Orders created with a salt less or equal to this value will be cancelled.
function cancelOrdersUpTo(uint256 salt)
external