Skip to content

Commit

Permalink
fix spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tritium-VLK committed Sep 25, 2024
1 parent 48a334a commit 158e70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/ChildChainGaugeInjectorV2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ KeeperCompatibleInterface
address[] memory gauges = getActiveGaugeList();
uint len = gauges.length;
uint256[] memory amountsPerPeriod = new uint256[](len);
uint8[] memory currentPeriod = new unit8[](len);
uint8[] memory currentPeriod = new uint8[](len);
uint8[] memory maxPeriods = new uint8[](len);
uint56[] memory lastTimestamps = new uint56[](len);
uint56[] memory doNotStartBeforeTimestamps = new uint56[](len);
Expand Down

0 comments on commit 158e70a

Please sign in to comment.