Skip to content

Commit d355058

Browse files
Fix typos in some files
1 parent 7445712 commit d355058

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmd/clusterctl/internal/util/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
// Package util implements clusterctl utilty functions.
17+
// Package util implements clusterctl utility functions.
1818
package util

util/collections/machine_filters.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
3636
type Func func(machine *clusterv1.Machine) bool
3737

3838
// And returns a filter that returns true if all of the given filters returns true.

util/resource/resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
// Package resource implements resource utilites.
17+
// Package resource implements resource utilities.
1818
package resource
1919

2020
import (

0 commit comments

Comments
 (0)