File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
cmd/clusterctl/internal/util Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ See the License for the specific language governing permissions and
1414limitations under the License.
1515*/
1616
17- // Package util implements clusterctl utilty functions.
17+ // Package util implements clusterctl utility functions.
1818package util
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import (
3232 "sigs.k8s.io/cluster-api/util/conditions"
3333)
3434
35- // Func is the functon definition for a filter.
35+ // Func is the function definition for a filter.
3636type Func func (machine * clusterv1.Machine ) bool
3737
3838// And returns a filter that returns true if all of the given filters returns true.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
1414limitations under the License.
1515*/
1616
17- // Package resource implements resource utilites .
17+ // Package resource implements resource utilities .
1818package resource
1919
2020import (
You can’t perform that action at this time.
0 commit comments