Skip to content

Commit

Permalink
chore: fix some function names in comment (#454)
Browse files Browse the repository at this point in the history
Signed-off-by: depthlending <[email protected]>
Co-authored-by: vimystic <[email protected]>
  • Loading branch information
depthlending and vimystic authored Dec 18, 2024
1 parent 65420bd commit e9ff7bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/fullnode/addrbook.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ls -l $CONFIG_DIR/addrbook.json
echo "Address book $ADDRBOOK_FILE downloaded"
`

// DownloadGenesisCommand returns a proper address book command for use in an init container.
// DownloadAddrbookCommand returns a proper address book command for use in an init container.
func DownloadAddrbookCommand(cfg cosmosv1.ChainSpec) (string, []string) {
args := []string{"-c"}
switch {
Expand Down
2 changes: 1 addition & 1 deletion internal/fullnode/rbac_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func BuildRoles(crd *cosmosv1.CosmosFullNode) []diff.Resource[*rbacv1.Role] {
return diffCr
}

// BuildRoles returns a list of role binding bindings given the crd.
// BuildRoleBindings returns a list of role binding bindings given the crd.
//
// Creates a single role binding binding for the version check.
func BuildRoleBindings(crd *cosmosv1.CosmosFullNode) []diff.Resource[*rbacv1.RoleBinding] {
Expand Down

0 comments on commit e9ff7bb

Please sign in to comment.