Made spelling for 'reentrant' consistent in comment

pull/602/head
Nemil Dalal 7 years ago committed by GitHub
parent d91f4d4bc1
commit 161f25fc12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      contracts/ReentrancyGuard.sol

@ -1,7 +1,7 @@
pragma solidity ^0.4.18;
/**
* @title Helps contracts guard agains rentrancy attacks.
* @title Helps contracts guard agains reentrancy attacks.
* @author Remco Bloemen <remco@2π.com>
* @notice If you mark a function `nonReentrant`, you should also
* mark it `external`.

Loading…
Cancel
Save