(GH-1038) add support for `check-valid-until` configuration
[puppet-modules/puppetlabs-apt.git] / lib / puppet / type / apt_key.rb
index 7c275efa075465c718b115853dff01b62f3724a7..c78ba8fb438538eb4a0034f335b617fd2c50f6e9 100644 (file)
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
 require 'pathname'
 require 'puppet/parameter/boolean'
 
@@ -81,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