summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Karékinian <greg@karekinian.com>2015-11-20 17:12:35 +0100
committerGreg Karékinian <greg@karekinian.com>2015-11-20 17:12:35 +0100
commit25de6db9fa50b42440bd5abbf743c6374af52515 (patch)
tree669fe05d59a0cc449e2bcf46e98f5c92aa7620a6
parent6daa82ccef910305f738255fe1413cca34e8e3f3 (diff)
downloadchef-25de6db9fa50b42440bd5abbf743c6374af52515.tar.gz
Fix typo in comment
s/vlaue/value/ Obvious fix.
-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,