diff options
author | Luke Kanies <luke@madstop.com> | 2008-03-31 11:48:14 -0500 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2008-03-31 11:48:14 -0500 |
commit | eae5cee12df708de5cebfbed2fff42a1890070f5 (patch) | |
tree | 801a011ef6485eefa21b4202ef4b9d92b4f35721 | |
parent | aa830b9b34f4d7eb39f5de9cca7ba848f851db2d (diff) | |
download | puppet-eae5cee12df708de5cebfbed2fff42a1890070f5.tar.gz puppet-eae5cee12df708de5cebfbed2fff42a1890070f5.tar.xz puppet-eae5cee12df708de5cebfbed2fff42a1890070f5.zip |
Fixing a duplicate word in the mount docs
-rwxr-xr-x | lib/puppet/type/mount.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/type/mount.rb b/lib/puppet/type/mount.rb index ca8e27e17..e18630cc8 100755 --- a/lib/puppet/type/mount.rb +++ b/lib/puppet/type/mount.rb @@ -95,7 +95,7 @@ module Puppet # Solaris specifies two devices, not just one. newproperty(:blockdevice) do - desc "The the device to fsck. This is property is only valid + desc "The device to fsck. This is property is only valid on Solaris, and in most cases will default to the correct value." |