Skip to content

Commit

Permalink
fix: review suggestions, including restoring an upstream typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JimLarson committed Feb 6, 2024
1 parent 8b020d0 commit a919e0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BINDIR ?= $(GOPATH)/bin
BUILDDIR ?= $(CURDIR)/build
SIMAPP = ./simapp
MOCKS_DIR = $(CURDIR)/tests/mocks
PR_TARGET_REPO = https://github.com/agoric-lags/cosmos-sdk.git
PR_TARGET_REPO = https://github.com/agoric-labs/cosmos-sdk.git
PR_TARGET_BRANCH = Agoric
DOCKER := $(shell which docker)
DOCKER_BUF := $(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace bufbuild/buf:1.0.0-rc8
Expand Down
2 changes: 1 addition & 1 deletion cosmovisor/README-Agoric.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ go install github.com/agoric-sdk/cosmos-sdk/cosmovisor/cmd/cosmovisor@Agoric
```

Note that cosmovisor does not use the the version of cosmos-sdk that it is
contiained in. This is true of both the Cosmos and Agoric versions.
contained in. This is true of both the Cosmos and Agoric versions.

Have fun,
The team at [Agoric](https://github.com/Agoric).
2 changes: 1 addition & 1 deletion snapshots/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const (
snapshotMaxItemSize = int(512e6)
)

var ErrOptsZeroSnapshotInterval = errors.New("snapshot-interval must not be 0")
var ErrOptsZeroSnapshotInterval = errors.New("snaphot-interval must not be 0")

// NewManager creates a new manager.
func NewManager(store *Store, opts types.SnapshotOptions, multistore types.Snapshotter, extensions map[string]types.ExtensionSnapshotter, logger log.Logger) *Manager {
Expand Down

0 comments on commit a919e0b

Please sign in to comment.