From 3f8407fa0212a404f462ac7ee2d736a1d49ed48c Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Fri, 29 May 2020 11:31:51 +0200 Subject: [PATCH] Update apps/reimbursement/contracts/Reimbursement.sol Co-authored-by: Sebastian Kippe --- apps/reimbursement/contracts/Reimbursement.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/reimbursement/contracts/Reimbursement.sol b/apps/reimbursement/contracts/Reimbursement.sol index 3e96765..f6b102e 100644 --- a/apps/reimbursement/contracts/Reimbursement.sol +++ b/apps/reimbursement/contracts/Reimbursement.sol @@ -31,7 +31,7 @@ contract Reimbursement is AragonApp { uint32 public blocksToWait; - event ReimbursementAdded(uint32 id, address indexed addedByAccont, uint256 amount); + event ReimbursementAdded(uint32 id, address indexed addedByAccount, uint256 amount); event ReimbursementClaimed(uint32 id, uint256 amount); event ReimbursementVetoed(uint32 id, address vetoedByAccount);