diff options
| author | Jeroen van Meeuwen <kanarip@kanarip.com> | 2010-01-03 03:04:28 +0100 |
|---|---|---|
| committer | James Turnbull <james@lovedthanlost.net> | 2010-01-03 13:19:10 +1100 |
| commit | 87136b4eb911f61bf85a5b315f6df79c51f50713 (patch) | |
| tree | 55879c5a4bb67d6b2c1f3a5f619d61aed035f35c /lib/puppet | |
| parent | cbc2ef003d93e5162979cebc927b5d9a69397439 (diff) | |
| download | puppet-87136b4eb911f61bf85a5b315f6df79c51f50713.tar.gz puppet-87136b4eb911f61bf85a5b315f6df79c51f50713.tar.xz puppet-87136b4eb911f61bf85a5b315f6df79c51f50713.zip | |
Fix typo in documentation: wheter vs. whether.
Diffstat (limited to 'lib/puppet')
| -rw-r--r-- | lib/puppet/defaults.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb index 0153957ef..6b9c43b81 100644 --- a/lib/puppet/defaults.rb +++ b/lib/puppet/defaults.rb @@ -160,7 +160,7 @@ module Puppet :http_proxy_port => [3128, "The HTTP proxy port to use for outgoing connections"], :http_enable_post_connection_check => [true, - "Boolean; wheter or not puppetd should validate the server + "Boolean; whether or not puppetd should validate the server SSL certificate against the request hostname."], :filetimeout => [ 15, "The minimum time to wait (in seconds) between checking for updates in |
