Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/clusterctl/internal/util/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

// Package util implements clusterctl utilty functions.
// Package util implements clusterctl utility functions.
package util
2 changes: 1 addition & 1 deletion util/collections/machine_filters.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
"sigs.k8s.io/cluster-api/util/conditions"
)

// Func is the functon definition for a filter.
// Func is the function definition for a filter.
type Func func(machine *clusterv1.Machine) bool

// And returns a filter that returns true if all of the given filters returns true.
Expand Down
2 changes: 1 addition & 1 deletion util/resource/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

// Package resource implements resource utilites.
// Package resource implements resource utilities.
package resource

import (
Expand Down
Loading