Merge pull request #7056 from radarhere/patch-1

Fixed typos
This commit is contained in:
Seth Vargo 2016-02-19 12:08:23 -05:00
commit 29506f8a3e

View File

@ -649,7 +649,7 @@ BUG FIXES:
- commands/package: base package won't crash with exception [GH-4017] - commands/package: base package won't crash with exception [GH-4017]
- commands/rsync-auto: Destroyed machines won't raise exceptions. [GH-4031] - commands/rsync-auto: Destroyed machines won't raise exceptions. [GH-4031]
- commands/ssh: Extra args are passed through to Docker container. [GH-4378] - commands/ssh: Extra args are passed through to Docker container. [GH-4378]
- communicators/ssh: Nicer error if remote unexpectedly disconects. [GH-4038] - communicators/ssh: Nicer error if remote unexpectedly disconnects. [GH-4038]
- communicators/ssh: Clean error when max sessions is hit. [GH-4044] - communicators/ssh: Clean error when max sessions is hit. [GH-4044]
- communicators/ssh: Fix many issues around PTY-enabled output parsing. - communicators/ssh: Fix many issues around PTY-enabled output parsing.
[GH-4408] [GH-4408]
@ -1358,7 +1358,7 @@ IMPROVEMENTS:
certs from a custom CA. [GH-2337] certs from a custom CA. [GH-2337]
- commands/box/add: Can now specify a client cert when downloading a - commands/box/add: Can now specify a client cert when downloading a
box. [GH-1889] box. [GH-1889]
- commands/init: Add `--output` option for specifing output path, or - commands/init: Add `--output` option for specifying output path, or
"-" for stdin. [GH-1364] "-" for stdin. [GH-1364]
- commands/provision: Add `--no-parallel` option to disable provider - commands/provision: Add `--no-parallel` option to disable provider
parallelization if the provider supports it. [GH-2404] parallelization if the provider supports it. [GH-2404]