mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 13:45:06 +00:00
Fix spelling typo in comments
This commit is contained in:
@@ -40,7 +40,7 @@ func (r RealClock) Since(ts time.Time) time.Duration {
|
||||
return time.Since(ts)
|
||||
}
|
||||
|
||||
// FakeClock implements Clock, but returns an arbitary time.
|
||||
// FakeClock implements Clock, but returns an arbitrary time.
|
||||
type FakeClock struct {
|
||||
Time time.Time
|
||||
}
|
||||
|
Reference in New Issue
Block a user