Fix typo in weak_ssl documentation
[puppet-modules/puppetlabs-apt.git] / lib / puppet / type / apt_key.rb
index 51e303942e5d25771f44186de00a6dda10b5a0ad..c78ba8fb438538eb4a0034f335b617fd2c50f6e9 100644 (file)
@@ -83,7 +83,7 @@ Puppet::Type.newtype(:apt_key) do
   end
 
   newparam(:weak_ssl, boolean: true, parent: Puppet::Parameter::Boolean) do
-    desc 'When true and source uses https, accepts download of keys without SSL verfication'
+    desc 'When true and source uses https, accepts download of keys without SSL verification'
     defaultto false
   end