@@ -259,7 +259,7 @@ func wiz(cmd *cobra.Command, args []string) error {
259259 if ! ok {
260260 return fmt .Errorf ("cluster %s does not exist" , clusterName )
261261 }
262- hosts := cluster .GetValidatorHosts (allHosts ) // exlude api nodes
262+ hosts := cluster .GetValidatorHosts (allHosts ) // exclude api nodes
263263 _ , err = filterHosts (hosts , validators )
264264 if err != nil {
265265 return err
@@ -678,7 +678,7 @@ func checkRPCCompatibility(
678678 if err != nil {
679679 return err
680680 }
681- hosts := clusterConfig .GetValidatorHosts (allHosts ) // exlude api nodes
681+ hosts := clusterConfig .GetValidatorHosts (allHosts ) // exclude api nodes
682682 if len (validators ) != 0 {
683683 hosts , err = filterHosts (hosts , validators )
684684 if err != nil {
@@ -705,7 +705,7 @@ func waitForSubnetValidators(
705705 if err != nil {
706706 return err
707707 }
708- hosts := clusterConfig .GetValidatorHosts (allHosts ) // exlude api nodes
708+ hosts := clusterConfig .GetValidatorHosts (allHosts ) // exclude api nodes
709709 if len (validators ) != 0 {
710710 hosts , err = filterHosts (hosts , validators )
711711 if err != nil {
@@ -772,7 +772,7 @@ func waitForClusterSubnetStatus(
772772 if err != nil {
773773 return err
774774 }
775- hosts := cluster .GetValidatorHosts (allHosts ) // exlude api nodes
775+ hosts := cluster .GetValidatorHosts (allHosts ) // exclude api nodes
776776 if len (validators ) != 0 {
777777 hosts , err = filterHosts (hosts , validators )
778778 if err != nil {
0 commit comments