]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
Update update.pp
authorVincent <Vincent--@users.noreply.github.com>
Wed, 17 Jun 2015 11:05:37 +0000 (12:05 +0100)
committerVincent <Vincent--@users.noreply.github.com>
Wed, 17 Jun 2015 11:05:37 +0000 (12:05 +0100)
Corrected typo

manifests/update.pp

index 86f068200c7890d4e59d77ba250ff1cc9096b4bb..9b1f68670967f54713b8acd0c45e19501efa7289 100644 (file)
@@ -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
     }