Skip to content

Commit 0b98489

Browse files
authored
chore: fix typos in docs (#13235)
1 parent f5f71f9 commit 0b98489

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

blockstore/splitstore/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ These are options in the `[Chainstore.Splitstore]` section of the configuration:
6060
nodes beyond 4 finalities, while running with the discard coldstore option.
6161
It is also useful for miners who accept deals and need to lookback messages beyond
6262
the 4 finalities, which would otherwise hit the coldstore.
63-
- `HotStoreFullGCFrequency` -- specifies how frequenty to garbage collect the hotstore
63+
- `HotStoreFullGCFrequency` -- specifies how frequently to garbage collect the hotstore
6464
using full (moving) GC.
6565
The default value is 20, which uses full GC every 20 compactions (about once a week);
6666
set to 0 to disable full GC altogether.

chain/actors/aerrors/wrap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func Wrap(err ActorError, message string) ActorError {
102102
}
103103
}
104104

105-
// Wrapf extens chain of errors with a message
105+
// Wrapf extends chain of errors with a message
106106
func Wrapf(err ActorError, format string, args ...interface{}) ActorError {
107107
if err == nil {
108108
return nil

0 commit comments

Comments
 (0)