diff --git a/internal/versionupdate/check_version_update.go b/internal/versionupdate/check_version_update.go index bdcbaca..0a68193 100644 --- a/internal/versionupdate/check_version_update.go +++ b/internal/versionupdate/check_version_update.go @@ -71,7 +71,7 @@ func Check(currentVersion string) { yellowOldVersion := color.YellowString(currentVersion) fmt.Println() fmt.Printf("There is a new version (%s) for this library available.\n", greenVersion) - fmt.Printf("Your current running verison is (%s).\n", yellowOldVersion) + fmt.Printf("Your current running version is (%s).\n", yellowOldVersion) fmt.Println( "Please update (https://github.com/Layr-Labs/eigenlayer-cli#install-eigenlayer-cli-using-a-binary) to get latest features and bug fixes.", ) diff --git a/pkg/rewards/flags.go b/pkg/rewards/flags.go index 810b725..3da8dcc 100644 --- a/pkg/rewards/flags.go +++ b/pkg/rewards/flags.go @@ -80,7 +80,7 @@ var ( AVSAddressesFlag = cli.StringFlag{ Name: "avs-addresses", Aliases: []string{"a"}, - Usage: "Comma seperated addresses of the AVS", + Usage: "Comma separated addresses of the AVS", EnvVars: []string{"AVS_ADDRESSES"}, }