From: Vincent Date: Wed, 17 Jun 2015 11:05:37 +0000 (+0100) Subject: Update update.pp X-Git-Tag: 2.2.0~17^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=c1d49048c0ebda388ff32175e8de069247bd75c9;p=puppet-modules%2Fpuppetlabs-apt.git Update update.pp Corrected typo --- 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 }