X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fupdate.pp;h=9b1f68670967f54713b8acd0c45e19501efa7289;hb=0f9327bbf4c71f346a51eb554ba116f93ff26177;hp=86f068200c7890d4e59d77ba250ff1cc9096b4bb;hpb=bca85cd945f8511edb0aa2dcf5e549772abea805;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/update.pp b/manifests/update.pp index 86f0682..9b1f686 100644 --- a/manifests/update.pp +++ b/manifests/update.pp @@ -39,7 +39,7 @@ class apt::update { } } default: { - #catches 'recluctantly', and any other value (which should not occur). + #catches 'reluctantly', and any other value (which should not occur). #do nothing. $_kick_apt = false }