components/puppet/files/solaris/lib/puppet/type/nis.rb
branchs11-update
changeset 3151 0dbc999aeec2
parent 2928 43b3da52b84a
--- a/components/puppet/files/solaris/lib/puppet/type/nis.rb	Fri May 30 02:46:27 2014 -0700
+++ b/components/puppet/files/solaris/lib/puppet/type/nis.rb	Fri May 30 08:19:47 2014 -0700
@@ -88,18 +88,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