Skip to content

Commit b9877fa

Browse files
authored
Merge pull request #963 from apetro2/typos2
Fix typos in comments and error messages
2 parents 6c838ab + e605a22 commit b9877fa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

rocketpool/api/pdao/commands.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ func RegisterSubcommands(command *cli.Command, name string, aliases []string) {
684684
if err := cliutils.ValidateArgCount(c, 2); err != nil {
685685
return err
686686
}
687-
addresses, err := cliutils.ValidateAddresses("addresess", c.Args().Get(0))
687+
addresses, err := cliutils.ValidateAddresses("addresses", c.Args().Get(0))
688688
if err != nil {
689689
return err
690690
}

shared/services/rewards/ssz_types/rewards-file-v4.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ type SSZFile_v1 struct {
6262
Index uint64 `json:"index"`
6363
// StartTime is the time of the first slot of the interval
6464
StartTime time.Time `json:"startTime"`
65-
// EndTime is the time fo the last slot of the interval
65+
// EndTime is the time of the last slot of the interval
6666
EndTime time.Time `json:"endTime"`
6767
// ConsensusStartBlock is the first non-empty slot of the interval
6868
ConsensusStartBlock uint64 `json:"consensusStartBlock,omitempty"`

shared/services/rocketpool/assets/install/alerting/rules/default.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Autogenerated - DO NOT MODIFY THIS FILE DIRECTLY If you want to overwrite some
22
# of these values with your own customizations, please disable the alerts in the
3-
# TUI and then add your own fule files to the <rocketpool-root>/alerting/rules
3+
# TUI and then add your own rule files to the <rocketpool-root>/alerting/rules
44
# directory.
55
#
66
# NOTE: This file uses non-default go template delimiters (triple braces) to avoid

0 commit comments

Comments
 (0)