From cab777b8206acff763523c4f11ecf6aa00926347 Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Fri, 15 Feb 2019 23:35:30 +0000 Subject: [PATCH] Fix typo: snapshoted --- contracts/drafts/ERC20Snapshot.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/drafts/ERC20Snapshot.sol b/contracts/drafts/ERC20Snapshot.sol index 44b39091d..2f33a9f20 100644 --- a/contracts/drafts/ERC20Snapshot.sol +++ b/contracts/drafts/ERC20Snapshot.sol @@ -17,7 +17,7 @@ contract ERC20Snapshot is ERC20 { using Arrays for uint256[]; using Counters for Counters.Counter; - // Snapshoted values have arrays of ids and the value corresponding to that id. These could be an array of a + // Snapshotted values have arrays of ids and the value corresponding to that id. These could be an array of a // Snapshot struct, but that would impede usage of functions that work on an array. struct Snapshots { uint256[] ids;