Fix typo in documentation: wheter vs. whether. -- Jeroen
-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
>From 0ac75da8205549cfd45a27855aa9105939f1bdcc Mon Sep 17 00:00:00 2001 From: Jeroen van Meeuwen (Fedora Unity) <kana...@fedoraunity.org> Date: Sun, 3 Jan 2010 02:53:20 +0100 Subject: [PATCH 2/2] Fix typo --- 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 3d493cb..25940c4 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 -- 1.6.5.2