Skip to content

Commit

Permalink
chore: fix spelling errors (#1579)
Browse files Browse the repository at this point in the history
chore: spelling errors fixes

Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
(cherry picked from commit eed7627)
  • Loading branch information
github-prbot authored and mergify[bot] committed Jan 22, 2024
1 parent 0b7bd11 commit ecd33c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Upgrading a consumer from `v3.2.0` to `v4.0.0` will not require state migration,
In addition, the following migration needs to be added to the upgrade handler of the consumer chain:
```golang
func migrateICSOutstandingDowntime(ctx sdk.Context, keepers *upgrades.UpgradeKeepers) error {
ctx.Logger().Info("Migrating ICS oustanding downtime...")
ctx.Logger().Info("Migrating ICS outstanding downtime...")

downtimes := keepers.ConsumerKeeper.GetAllOutstandingDowntimes(ctx)
for _, od := range downtimes {
Expand All @@ -30,7 +30,7 @@ func migrateICSOutstandingDowntime(ctx sdk.Context, keepers *upgrades.UpgradeKee
keepers.ConsumerKeeper.DeleteOutstandingDowntime(ctx, consAddr)
}

ctx.Logger().Info("Finished ICS oustanding downtime")
ctx.Logger().Info("Finished ICS outstanding downtime")

return nil
}
Expand Down

0 comments on commit ecd33c9

Please sign in to comment.