]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
Merge pull request #971 from capsi-informatique/fix-typo
authordaianamezdrea <46529728+daianamezdrea@users.noreply.github.com>
Mon, 22 Feb 2021 10:19:35 +0000 (12:19 +0200)
committerGitHub <noreply@github.com>
Mon, 22 Feb 2021 10:19:35 +0000 (12:19 +0200)
Fix typo in weak_ssl documentation

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