Browse Source

Update update.pp

Corrected typo
Vincent 9 years ago
parent
commit
c1d49048c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      manifests/update.pp

+ 1 - 1
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
     }