Skip to content

Commit ac2a68f

Browse files
authored
chore(docs): fix typos (filecoin-project#13380)
1 parent 5eddf68 commit ac2a68f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/tvx/state.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func NewSurgeon(ctx context.Context, api v1api.FullNode, stores *Stores) *StateS
4242
// GetMaskedStateTree trims the state tree at the supplied tipset to contain
4343
// only the state of the actors in the retain set. It also "dives" into some
4444
// singleton system actors, like the init actor, to trim the state so as to
45-
// compute a minimal state tree. In the future, thid method will dive into
45+
// compute a minimal state tree. In the future, this method will dive into
4646
// other system actors like the power actor and the market actor.
4747
func (sg *StateSurgeon) GetMaskedStateTree(previousRoot cid.Cid, retain []address.Address) (cid.Cid, error) {
4848
// TODO: this will need to be parameterized on network version.

documentation/misc/Update_Dependencies_Lotus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Updating these dependencies in Lotus is usually related to network upgrades. Se
2828

2929
1. In your `lotus` directory, `cd extern/filecoin-ffi`.
3030

31-
2. `git fetch` to ensure you have the latests changes for *filecoin-ffi*.
31+
2. `git fetch` to ensure you have the latest changes for *filecoin-ffi*.
3232

3333
3. `git checkout vX.Y.Z` to checkout the version you want to update to.
3434

0 commit comments

Comments
 (0)