Fix minor typo (#2319)

Amazingly doesn't appear anywhere else in the codebase from a brief search.

Obvious fix.
This commit is contained in:
dragon788 2017-11-17 15:47:45 -06:00 committed by Adam Leff
parent 03099d51dc
commit a1672dac28

View file

@ -29,7 +29,7 @@ InSpec), you can use the `-t` flag. We support connecting using ssh,
WinRm and docker. If no target is provided, we implicitly support the
"local" target - i.e. tests running on the current machine running
InSpec. For an ssh connection, use `-i` for specifying ssh key files,
and the `--sudo*` commands for requesting a privelege escalation after
and the `--sudo*` commands for requesting a privilege escalation after
logging in. For a WinRM connection, use `--path` to change the login
path, `--ssl` to use SSL for transport layer encryption.