File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
25
25
"github.com/GoogleCloudPlatform/kubernetes/pkg/types"
26
26
)
27
27
28
- // Accessor takes an arbitary object pointer and returns meta.Interface.
28
+ // Accessor takes an arbitrary object pointer and returns meta.Interface.
29
29
// obj must be a pointer to an API type. An error is returned if the minimum
30
30
// required fields are missing. Fields that are not required return the default
31
31
// value and are a no-op if set.
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ func (r RealClock) Since(ts time.Time) time.Duration {
40
40
return time .Since (ts )
41
41
}
42
42
43
- // FakeClock implements Clock, but returns an arbitary time.
43
+ // FakeClock implements Clock, but returns an arbitrary time.
44
44
type FakeClock struct {
45
45
Time time.Time
46
46
}
You can’t perform that action at this time.
0 commit comments