summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2015-11-20 11:23:39 -0500
committerBryan McLellan <btm@loftninjas.org>2015-11-20 11:23:39 -0500
commit044bd3db8dbe18d293a80d2209d64906f7f2107c (patch)
tree669fe05d59a0cc449e2bcf46e98f5c92aa7620a6
parent6daa82ccef910305f738255fe1413cca34e8e3f3 (diff)
parent25de6db9fa50b42440bd5abbf743c6374af52515 (diff)
downloadchef-044bd3db8dbe18d293a80d2209d64906f7f2107c.tar.gz
Merge pull request #4192 from 5apps-caboose/fix_typo
Fix typo in comment
-rw-r--r--lib/chef/knife/ssh.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/ssh.rb b/lib/chef/knife/ssh.rb
index 89a9608c60..81eeea6286 100644
--- a/lib/chef/knife/ssh.rb
+++ b/lib/chef/knife/ssh.rb
@@ -72,7 +72,7 @@ class Chef
:description => "The ssh password - will prompt if flag is specified but no password is given",
# default to a value that can not be a password (boolean)
# so we can effectively test if this parameter was specified
- # without a vlaue
+ # without a value
:default => false
option :ssh_port,