components/puppet/files/solaris/lib/puppet/type/nis.rb
changeset 1921 489d0d0f656f
parent 1661 c59d67c9d1d7
--- a/components/puppet/files/solaris/lib/puppet/type/nis.rb	Wed May 28 11:14:55 2014 -0700
+++ b/components/puppet/files/solaris/lib/puppet/type/nis.rb	Thu May 29 15:59:20 2014 -0600
@@ -82,18 +82,18 @@
         desc "Entries for /var/yp/securenets.  Each entry must be a hash.
               The first element in the hash is either a host or a netmask.
               The second element must be an IP network address.  Specify
-              multiple entires as separate entries in the hash."
+              multiple entries as separate entries in the hash."
     end
 
     newproperty(:use_broadcast) do
         desc "Send a broadcast datagram requesting needed bind information for
-              a specific NIS server.  Valid vales are true, false"
+              a specific NIS server."
         newvalues(:true, :false)
     end
 
     newproperty(:use_ypsetme) do
         desc "Only allow root on the client to change the binding to a desired
-              server.  Valid values are true, false"
+              server."
         newvalues(:true, :false)
     end
 end