aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2007-10-05 16:04:28 -0400
committerDavid Schmitt <david@schmitt.edv-bus.at>2007-10-08 11:40:09 +0200
commit7238b4c0115cf010ba72fe79e87af3be752e0273 (patch)
tree90ea86802495bf9cd007bb173795a6c583b71274 /README
parentbb6bdb7701f88172e94fceed2c7d7c3ded9fbadd (diff)
downloadpuppet-apt-7238b4c0115cf010ba72fe79e87af3be752e0273.tar.gz
puppet-apt-7238b4c0115cf010ba72fe79e87af3be752e0273.tar.bz2
Fix some grammar
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 04db245..fcf2777 100644
--- a/README
+++ b/README
@@ -31,9 +31,9 @@ $apt_clean: Sets DSelect::Clean, defaults to 'auto' on normal hosts and
downloading new packages."
-$lsbdistcodename: Contains the Codename ("etch", "lenny", ...) of the client's
- release. While the values comes from lsb-release by default, this value
- can be set manually too, to enable forced upgrades e.g.
+$lsbdistcodename: Contains the codename ("etch", "lenny", ...) of the client's
+ release. While these values come from lsb-release by default, this value
+ can be set manually too, e.g. to enable forced upgrades
$custom_sources_list: If non-empty, the contents of this variable are used as
new sources.list for the node.
@@ -41,7 +41,7 @@ $custom_sources_list: If non-empty, the contents of this variable are used as
Classes
=======
-This modules contains only the apt class, which sets up all described
+This module contains only the apt class, which sets up all described
functionality.