Skip to content

Commit ebbb8bf

Browse files
committed
chore: fix typos in comment
1 parent 638c7bc commit ebbb8bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

rocketpool-cli/node/deposit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func nodeDeposit(c *cli.Context) error {
7878
return nil
7979
}
8080

81-
// Post a final warning about the dynamic comission boost
81+
// Post a final warning about the dynamic commission boost
8282
if !smoothie.NodeRegistered {
8383
if !(c.Bool("yes") || prompt.Confirm(fmt.Sprintf("%sWARNING: Your node is not opted into the smoothing pool, which means newly launched minipools will not benefit from the 5-9%% dynamic commission boost. You can join the smoothing pool using: 'rocketpool node join-smoothing-pool'.\n%sAre you sure you'd like to continue without opting into the smoothing pool?", colorRed, colorReset))) {
8484
fmt.Println("Cancelled.")

rocketpool/node/reduce-bonds.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ func (t *reduceBonds) forceFeeDistribution() (bool, error) {
302302
return true, nil
303303
}
304304

305-
// Get reduceable minipools
305+
// Get reducible minipools
306306
func (t *reduceBonds) getReduceableMinipools(nodeAddress common.Address, windowStart time.Duration, windowLength time.Duration, latestBlockTime time.Time, state *state.NetworkState, opts *bind.CallOpts) ([]*rpstate.NativeMinipoolDetails, error) {
307307

308308
// Filter minipools

treegen/tree-gen.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func GenerateTree(c *cli.Context) error {
114114
logger := log.NewColorLogger(color.FgHiWhite)
115115
errLogger := log.NewColorLogger(color.FgRed)
116116

117-
// URL acquisiton
117+
// URL acquisition
118118
ecUrl := c.String("ec-endpoint")
119119
if ecUrl == "" {
120120
return fmt.Errorf("ec-endpoint must be provided")

0 commit comments

Comments
 (0)