From c1d49048c0ebda388ff32175e8de069247bd75c9 Mon Sep 17 00:00:00 2001 From: Vincent Date: Wed, 17 Jun 2015 12:05:37 +0100 Subject: [PATCH] Update update.pp Corrected typo --- manifests/update.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.45.2