From f781ec45b5c1745279f0429c2b7f19c793efcb85 Mon Sep 17 00:00:00 2001 From: weipeng Date: Wed, 16 May 2018 09:15:43 +0800 Subject: [PATCH] Fix typos Signed-off-by: weipeng --- client/ping_test.go | 2 +- client/service_create.go | 2 +- daemon/daemon_linux_test.go | 2 +- daemon/graphdriver/lcow/lcow.go | 2 +- reports/2017-06-05.md | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/client/ping_test.go b/client/ping_test.go index 785dfc00fb..a26a136e3e 100644 --- a/client/ping_test.go +++ b/client/ping_test.go @@ -14,7 +14,7 @@ import ( // TestPingFail tests that when a server sends a non-successful response that we // can still grab API details, when set. -// Some of this is just excercising the code paths to make sure there are no +// Some of this is just exercising the code paths to make sure there are no // panics. func TestPingFail(t *testing.T) { var withHeader bool diff --git a/client/service_create.go b/client/service_create.go index 871460c7b6..8d08271689 100644 --- a/client/service_create.go +++ b/client/service_create.go @@ -136,7 +136,7 @@ func imageWithDigestString(image string, dgst digest.Digest) string { // imageWithTagString takes an image string, and returns a tagged image // string, adding a 'latest' tag if one was not provided. It returns an -// emptry string if a canonical reference was provided +// empty string if a canonical reference was provided func imageWithTagString(image string) string { namedRef, err := reference.ParseNormalizedNamed(image) if err == nil { diff --git a/daemon/daemon_linux_test.go b/daemon/daemon_linux_test.go index c6699ed1e1..3bbbc814c6 100644 --- a/daemon/daemon_linux_test.go +++ b/daemon/daemon_linux_test.go @@ -116,7 +116,7 @@ func TestNotCleanupMounts(t *testing.T) { } // TestTmpfsDevShmSizeOverride checks that user-specified /dev/tmpfs mount -// size is not overriden by the default shmsize (that should only be used +// size is not overridden by the default shmsize (that should only be used // for default /dev/shm (as in "shareable" and "private" ipc modes). // https://github.com/moby/moby/issues/35271 func TestTmpfsDevShmSizeOverride(t *testing.T) { diff --git a/daemon/graphdriver/lcow/lcow.go b/daemon/graphdriver/lcow/lcow.go index 9cc06201e0..649beccdc6 100644 --- a/daemon/graphdriver/lcow/lcow.go +++ b/daemon/graphdriver/lcow/lcow.go @@ -411,7 +411,7 @@ func (d *Driver) terminateServiceVM(id, context string, force bool) (err error) svm.signalStopFinished(err) }() - // Now it's possible that the serivce VM failed to start and now we are trying to terminate it. + // Now it's possible that the service VM failed to start and now we are trying to terminate it. // In this case, we will relay the error to the goroutines waiting for this vm to stop. if err := svm.getStartError(); err != nil { logrus.Debugf("lcowdriver: terminateservicevm: %s had failed to start up: %s", id, err) diff --git a/reports/2017-06-05.md b/reports/2017-06-05.md index 8e2cc3c458..63679ed033 100644 --- a/reports/2017-06-05.md +++ b/reports/2017-06-05.md @@ -4,7 +4,7 @@ A daily meeting is hosted on [slack](https://dockercommunity.slack.com) every business day at 9am PST on the channel `#moby-project`. Lots of discussion happened during this meeting to kickstart the project, but now that we have the forums, we see less activity there. -We are discussing the future of this meeting [here](https://forums.mobyproject.org/t/of-standups-future), we will possibily move the meeting +We are discussing the future of this meeting [here](https://forums.mobyproject.org/t/of-standups-future), we will possibility move the meeting to weekly. ## Topics discussed last week @@ -33,4 +33,4 @@ The builder dev report can be found [here](builder/2017-06-05.md) ### LinuxKit -The LinuxKit dev report can be found [here](https://github.com/linuxkit/linuxkit/blob/master/reports/2017-06-03.md) \ No newline at end of file +The LinuxKit dev report can be found [here](https://github.com/linuxkit/linuxkit/blob/master/reports/2017-06-03.md)