Skip to content

Commit

Permalink
typo fix (cosmos#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
wonderfan committed Mar 1, 2021
1 parent 47b80d1 commit 8008821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions relayer/chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ type Chain struct {
timeout time.Duration
debug bool

// stores facuet addresses that have been used reciently
// stores faucet addresses that have been used reciently
faucetAddrs map[string]time.Time
}

Expand Down Expand Up @@ -412,7 +412,7 @@ func lightDir(home string) string {
return path.Join(home, "light")
}

// GetAddress returns the sdk.AccAddress associated with the configred key
// GetAddress returns the sdk.AccAddress associated with the configured key
func (c *Chain) GetAddress() (sdk.AccAddress, error) {
defer c.UseSDKContext()()
if c.address != nil {
Expand Down

0 comments on commit 8008821

Please sign in to comment.