fix common misspell
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
daae58b282
commit
209fd53a0c
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ func TestFileSpecPlugin(t *testing.T) {
|
|||
addr string
|
||||
fail bool
|
||||
}{
|
||||
// TODO Windows: Factor out the unix:// varients.
|
||||
// TODO Windows: Factor out the unix:// variants.
|
||||
{filepath.Join(tmpdir, "echo.spec"), "echo", "unix://var/lib/docker/plugins/echo.sock", false},
|
||||
{filepath.Join(tmpdir, "echo", "echo.spec"), "echo", "unix://var/lib/docker/plugins/echo.sock", false},
|
||||
{filepath.Join(tmpdir, "foo.spec"), "foo", "tcp://localhost:8080", false},
|
||||
|
|
|
@ -223,7 +223,7 @@ with matching paths, and orders the list of file sums accordingly [3].
|
|||
* [2] Tar http://en.wikipedia.org/wiki/Tar_%28computing%29
|
||||
* [3] Name collision https://github.com/docker/docker/commit/c5e6362c53cbbc09ddbabd5a7323e04438b57d31
|
||||
|
||||
## Acknowledgements
|
||||
## Acknowledgments
|
||||
|
||||
Joffrey F (shin-) and Guillaume J. Charmes (creack) on the initial work of the
|
||||
TarSum calculation.
|
||||
|
|
Loading…
Reference in a new issue