Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
f7ae442a
Commit
f7ae442a
authored
Apr 14, 2015
by
Dawn Chen
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6811 from markturansky/typos
Fix spelling typo in comments
parents
c53b0c38
f599aecc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
meta.go
pkg/api/meta/meta.go
+1
-1
clock.go
pkg/util/clock.go
+1
-1
No files found.
pkg/api/meta/meta.go
View file @
f7ae442a
...
@@ -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 arbit
r
ary 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.
...
...
pkg/util/clock.go
View file @
f7ae442a
...
@@ -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 arbit
r
ary time.
type
FakeClock
struct
{
type
FakeClock
struct
{
Time
time
.
Time
Time
time
.
Time
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment