summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-04-08 10:18:42 -0500
committerLuke Kanies <luke@madstop.com>2008-04-08 11:33:51 -0500
commit38f0f483faeba28d12a5f4e1d52e8d10ab96e68b (patch)
treef47c6f11cad9d190fb9675b64b4f8150f0e4a18d /lib
parent69a321f07dc0cbec7a0471a3378e9330d12c47b7 (diff)
downloadpuppet-38f0f483faeba28d12a5f4e1d52e8d10ab96e68b.tar.gz
puppet-38f0f483faeba28d12a5f4e1d52e8d10ab96e68b.tar.xz
puppet-38f0f483faeba28d12a5f4e1d52e8d10ab96e68b.zip
Fixing an errant comment
Diffstat (limited to 'lib')
-rw-r--r--lib/puppet/indirector/indirection.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/indirector/indirection.rb b/lib/puppet/indirector/indirection.rb
index 735fc54da..1b6613035 100644
--- a/lib/puppet/indirector/indirection.rb
+++ b/lib/puppet/indirector/indirection.rb
@@ -227,7 +227,7 @@ class Puppet::Indirector::Indirection
request = request(instance.name, :save, *args)
terminus = prepare(request)
- # If caching is enabled, save our document there, do
+ # If caching is enabled, save our document there
cache.save(instance, *args) if cache?
terminus.save(instance, *args)
end