spelling: validating

This commit is contained in:
Josh Soref 2018-03-14 03:28:19 +00:00
parent ecc3d12340
commit 0171dfc890
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ func (c *RunConfig) Prepare(ctx *interpolate.Context) []error {
// Validation
errs := c.Comm.Prepare(ctx)
// Valadating ssh_interface
// Validating ssh_interface
if c.SSHInterface != "public_ip" &&
c.SSHInterface != "private_ip" &&
c.SSHInterface != "public_dns" &&