From 2f224c9fc97cf632ee8a551180aaa08e263d77df Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Sat, 23 Aug 2008 19:02:43 -0500 Subject: Spell-correcting a comment Signed-off-by: Luke Kanies --- lib/puppet/indirector/rest.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/puppet') diff --git a/lib/puppet/indirector/rest.rb b/lib/puppet/indirector/rest.rb index a2bfc5d9a..5ac25f02d 100644 --- a/lib/puppet/indirector/rest.rb +++ b/lib/puppet/indirector/rest.rb @@ -89,7 +89,7 @@ class Puppet::Indirector::REST < Puppet::Indirector::Terminus private - # Create the qurey string, if options are present. + # Create the query string, if options are present. def query_string(request) return "" unless request.options and ! request.options.empty? "?" + request.options.collect { |key, value| "%s=%s" % [key, value] }.join("&") -- cgit