Skip to content

Commit f781ec4

Browse files
committed
Fix typos
Signed-off-by: weipeng <[email protected]>
1 parent 6de3be1 commit f781ec4

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

client/ping_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414

1515
// TestPingFail tests that when a server sends a non-successful response that we
1616
// can still grab API details, when set.
17-
// Some of this is just excercising the code paths to make sure there are no
17+
// Some of this is just exercising the code paths to make sure there are no
1818
// panics.
1919
func TestPingFail(t *testing.T) {
2020
var withHeader bool

client/service_create.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ func imageWithDigestString(image string, dgst digest.Digest) string {
136136

137137
// imageWithTagString takes an image string, and returns a tagged image
138138
// string, adding a 'latest' tag if one was not provided. It returns an
139-
// emptry string if a canonical reference was provided
139+
// empty string if a canonical reference was provided
140140
func imageWithTagString(image string) string {
141141
namedRef, err := reference.ParseNormalizedNamed(image)
142142
if err == nil {

daemon/daemon_linux_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ func TestNotCleanupMounts(t *testing.T) {
116116
}
117117

118118
// TestTmpfsDevShmSizeOverride checks that user-specified /dev/tmpfs mount
119-
// size is not overriden by the default shmsize (that should only be used
119+
// size is not overridden by the default shmsize (that should only be used
120120
// for default /dev/shm (as in "shareable" and "private" ipc modes).
121121
// https://github.com/moby/moby/issues/35271
122122
func TestTmpfsDevShmSizeOverride(t *testing.T) {

daemon/graphdriver/lcow/lcow.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ func (d *Driver) terminateServiceVM(id, context string, force bool) (err error)
411411
svm.signalStopFinished(err)
412412
}()
413413

414-
// Now it's possible that the serivce VM failed to start and now we are trying to terminate it.
414+
// Now it's possible that the service VM failed to start and now we are trying to terminate it.
415415
// In this case, we will relay the error to the goroutines waiting for this vm to stop.
416416
if err := svm.getStartError(); err != nil {
417417
logrus.Debugf("lcowdriver: terminateservicevm: %s had failed to start up: %s", id, err)

reports/2017-06-05.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
A daily meeting is hosted on [slack](https://dockercommunity.slack.com) every business day at 9am PST on the channel `#moby-project`.
66
Lots of discussion happened during this meeting to kickstart the project, but now that we have the forums, we see less activity there.
7-
We are discussing the future of this meeting [here](https://forums.mobyproject.org/t/of-standups-future), we will possibily move the meeting
7+
We are discussing the future of this meeting [here](https://forums.mobyproject.org/t/of-standups-future), we will possibility move the meeting
88
to weekly.
99

1010
## Topics discussed last week
@@ -33,4 +33,4 @@ The builder dev report can be found [here](builder/2017-06-05.md)
3333

3434
### LinuxKit
3535

36-
The LinuxKit dev report can be found [here](https://github.com/linuxkit/linuxkit/blob/master/reports/2017-06-03.md)
36+
The LinuxKit dev report can be found [here](https://github.com/linuxkit/linuxkit/blob/master/reports/2017-06-03.md)

0 commit comments

Comments
 (0)