summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2005-08-23 19:46:54 +0000
committerLuke Kanies <luke@madstop.com>2005-08-23 19:46:54 +0000
commitfb3cff7297b29ff574c0a84349c5f7493016e351 (patch)
tree2f8b8b1b224825ee015c5dbeed67fd0f279da7ad
parentdde841fa4653c11886bb80b8c402629e4f105ba0 (diff)
downloadpuppet-fb3cff7297b29ff574c0a84349c5f7493016e351.tar.gz
puppet-fb3cff7297b29ff574c0a84349c5f7493016e351.tar.xz
puppet-fb3cff7297b29ff574c0a84349c5f7493016e351.zip
small comment change
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@583 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r--lib/puppet/type/pfile.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/type/pfile.rb b/lib/puppet/type/pfile.rb
index a81e727c8..d31f788e6 100644
--- a/lib/puppet/type/pfile.rb
+++ b/lib/puppet/type/pfile.rb
@@ -1471,7 +1471,7 @@ module Puppet
end
unless stat = self.stat(true)
- Puppet.debug "rFile %s does not exist" % self.name
+ Puppet.debug "File %s does not exist" % self.name
@states.each { |name,state|
state.is = -1
}