Skip to content

Commit

Permalink
fix(escrow): fix word typos
Browse files Browse the repository at this point in the history
  • Loading branch information
n1c01a5 authored Feb 4, 2019
1 parent e7a3a31 commit 9349623
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ contract MultipleArbitrableTransaction {
// * Events * //
// **************************** //

/** @dev To be emmited when meta-evidence is submitted.
/** @dev To be emited when meta-evidence is submitted.
* @param _metaEvidenceID Unique identifier of meta-evidence. Should be the transactionID.
* @param _evidence A link to the meta-evidence JSON.
*/
Expand All @@ -60,7 +60,7 @@ contract MultipleArbitrableTransaction {
*/
event HasToPayFee(uint indexed _transactionID, Party _party);

/** @dev To be raised when evidence is submitted. Should point to the ressource (evidences are not to be stored on chain due to gas considerations).
/** @dev To be raised when evidence is submitted. Should point to the resource (evidences are not to be stored on chain due to gas considerations).
* @param _arbitrator The arbitrator of the contract.
* @param _disputeID ID of the dispute in the Arbitrator contract.
* @param _party The address of the party submitting the evidence. Note that 0 is kept for evidences not submitted by any party.
Expand Down

0 comments on commit 9349623

Please sign in to comment.