Explorar el Código

Update update.pp

Corrected typo
Vincent hace 9 años
padre
commit
c1d49048c0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
     }