From 6a0b3348065bba7438b23ebbada67c552f33597b Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Thu, 2 Oct 2008 14:04:38 +1000 Subject: Fixed error message typo --- lib/puppet/network/xmlrpc/client.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/puppet') diff --git a/lib/puppet/network/xmlrpc/client.rb b/lib/puppet/network/xmlrpc/client.rb index e0fb5a0ab..6d77286d3 100644 --- a/lib/puppet/network/xmlrpc/client.rb +++ b/lib/puppet/network/xmlrpc/client.rb @@ -51,7 +51,7 @@ module Puppet::Network end ["certificate verify failed", "hostname was not match", "hostname not match"].each do |str| if detail.message.include?(str) - Puppet.warning "Certificate validation failed; considering using the certname configuration option" + Puppet.warning "Certificate validation failed; consider using the certname configuration option" end end raise XMLRPCClientError, -- cgit