Fix typo in weak_ssl documentation
authorDavid Cachau <cachaudavid@gmail.com>
Tue, 16 Feb 2021 13:20:21 +0000 (14:20 +0100)
committerGitHub <noreply@github.com>
Tue, 16 Feb 2021 13:20:21 +0000 (14:20 +0100)
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