Skip to content

Commit f7ae442

Browse files
committed
Merge pull request kubernetes#6811 from markturansky/typos
Fix spelling typo in comments
2 parents c53b0c3 + f599aec commit f7ae442

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/api/meta/meta.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
"github.com/GoogleCloudPlatform/kubernetes/pkg/types"
2626
)
2727

28-
// Accessor takes an arbitary object pointer and returns meta.Interface.
28+
// Accessor takes an arbitrary object pointer and returns meta.Interface.
2929
// obj must be a pointer to an API type. An error is returned if the minimum
3030
// required fields are missing. Fields that are not required return the default
3131
// value and are a no-op if set.

pkg/util/clock.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func (r RealClock) Since(ts time.Time) time.Duration {
4040
return time.Since(ts)
4141
}
4242

43-
// FakeClock implements Clock, but returns an arbitary time.
43+
// FakeClock implements Clock, but returns an arbitrary time.
4444
type FakeClock struct {
4545
Time time.Time
4646
}

0 commit comments

Comments
 (0)