Skip to content

Commit e0b5c36

Browse files
committed
fix typo
1 parent 5d3773b commit e0b5c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/sentinel/PCVSentinel.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ contract PCVSentinel is IPCVSentinel, CoreRef, ReentrancyGuard {
117117
}
118118

119119
/**
120-
* @dev receive() and fallback() have been added and made payable for cases wrhere the contract
120+
* @dev receive() and fallback() have been added and made payable for cases where the contract
121121
* needs to be able to receive eth as part of an operation - such as receiving an incentivization
122122
* (in eth) from a contract as part of operation. For similar (and not unlikely) edge cases,
123123
* the contract also has the capability of sending eth inside when instructed by a guard to do so.

0 commit comments

Comments
 (0)