Skip to content

Commit f4f4f22

Browse files
sunbreak1211telome
andauthored
Fix typos
Co-authored-by: telome <[email protected]>
1 parent 73bdaed commit f4f4f22

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ Configurable Parameters:
1111
* `kbump` - Fixed lot size (`RAD` precision)
1212
* `khump` - Flap threshold (`RAD` precision, signed integer value).
1313

14-
Note: It is assumed that the `Flop` auctions mechanism is disabled and remain in that state. As otherwise it could collide with the above mechanism.
14+
Note: It is assumed that the `Flop` auctions mechanism is disabled and remains in that state. As otherwise it could collide with the above mechanism.
1515
Currently this is done through the configuration of `Vow.sump` as max uint256 (aka infinity).
1616

1717
Note 2: Rate limiting is ensured via the `Splitter`.
1818

19-
Note 3: Stop functionality is implemented via the `Splitter.cage` function (reason to leave the `Splitter` as `flap` reference in the `Vow` and the `wards` still set). However, even if `Vow.cage` remains functional, in order to execute `End.cage` it is still necessary a deep analysis and prior actions in different modules to be executed successfully.
19+
Note 3: Stop functionality is implemented via the `Splitter.cage` function (reason to leave the `Splitter` as `flapper` reference in the `Vow` and the `wards` still set). However, even if `Vow.cage` remains functional, in order to execute `End.cage` it is still necessary a deep analysis and prior actions in different modules to be executed successfully.
2020

2121
### Splitter
2222

deploy/FlapperInit.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ library FlapperInit {
231231
require(cfg.kbump % RAY == 0, "kbump not multiple of RAY");
232232

233233
address splitter = dss.chainlog.getAddress("MCD_SPLIT");
234-
require(KickerLike(kicker).vow() == address(dss.vow), "vow missmatch");
235-
require(KickerLike(kicker).splitter() == splitter, "splitter missmatch");
234+
require(KickerLike(kicker).vow() == address(dss.vow), "vow mismatch");
235+
require(KickerLike(kicker).splitter() == splitter, "splitter mismatch");
236236

237237
dss.vow.file("bump", 0);
238238
dss.vow.file("hump", type(uint256).max);

0 commit comments

Comments
 (0)