summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rwxr-xr-xlib/puppet/type/pfile/source.rb2
-rw-r--r--lib/puppet/type/service.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/puppet/type/pfile/source.rb b/lib/puppet/type/pfile/source.rb
index d3429c993..d007ea301 100755
--- a/lib/puppet/type/pfile/source.rb
+++ b/lib/puppet/type/pfile/source.rb
@@ -23,7 +23,7 @@ module Puppet
}
}
- See the `FileServingConfiguration`:trac: for information on how to configure
+ See the `FileServingConfiguration fileserver configuration documentation`:trac: for information on how to configure
and use file services within Puppet.
If you specify multiple file sources for a file, then the first
diff --git a/lib/puppet/type/service.rb b/lib/puppet/type/service.rb
index 108df8968..0fdd04928 100644
--- a/lib/puppet/type/service.rb
+++ b/lib/puppet/type/service.rb
@@ -22,7 +22,7 @@ module Puppet
service depends on the platform. You can provide a special command
for restarting with the ``restart`` attribute."
- feature :enableable, "The provider can enable and disalbe the service",
+ feature :enableable, "The provider can enable and disable the service",
:methods => [:disable, :enable, :enabled?]
attr_reader :stat