Fix spelling typo in comments

This commit is contained in:
markturansky
2015-04-14 12:46:29 -04:00
parent 1ffaf67429
commit f599aecc6a
2 changed files with 2 additions and 2 deletions

View File

@@ -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
}