Commit f7ae442a authored by Dawn Chen's avatar Dawn Chen

Merge pull request #6811 from markturansky/typos

Fix spelling typo in comments
parents c53b0c38 f599aecc
...@@ -25,7 +25,7 @@ import ( ...@@ -25,7 +25,7 @@ import (
"github.com/GoogleCloudPlatform/kubernetes/pkg/types" "github.com/GoogleCloudPlatform/kubernetes/pkg/types"
) )
// Accessor takes an arbitary object pointer and returns meta.Interface. // Accessor takes an arbitrary object pointer and returns meta.Interface.
// obj must be a pointer to an API type. An error is returned if the minimum // obj must be a pointer to an API type. An error is returned if the minimum
// required fields are missing. Fields that are not required return the default // required fields are missing. Fields that are not required return the default
// value and are a no-op if set. // value and are a no-op if set.
......
...@@ -40,7 +40,7 @@ func (r RealClock) Since(ts time.Time) time.Duration { ...@@ -40,7 +40,7 @@ func (r RealClock) Since(ts time.Time) time.Duration {
return time.Since(ts) return time.Since(ts)
} }
// FakeClock implements Clock, but returns an arbitary time. // FakeClock implements Clock, but returns an arbitrary time.
type FakeClock struct { type FakeClock struct {
Time time.Time Time time.Time
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment