aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2010-11-24 14:24:49 -0500
committerMicah Anderson <micah@riseup.net>2010-11-24 14:24:49 -0500
commit6596641bb12e3d94dbf707759b042bc7b3b476ae (patch)
tree6db0f510eaf3394cf001a0fc1d96e00da84fb65d
parent2276147cc08938886ac8482e57456cbad87442d9 (diff)
downloadpuppet-apt-6596641bb12e3d94dbf707759b042bc7b3b476ae.tar.gz
puppet-apt-6596641bb12e3d94dbf707759b042bc7b3b476ae.tar.bz2
minor README fixups
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index d162e8b..4c5e727 100644
--- a/README
+++ b/README
@@ -167,14 +167,14 @@ the following classes.
apt::cron::download
-------------------
-This class sets up cron-apt so that it downloads upgradable packages,
-does not actually do any upgrade and email when the output changes.
+This class sets up cron-apt so that it downloads upgradable packages, does not
+actually do any upgrade and emails when the output changes.
apt::cron::dist-upgrade
-----------------------
This class sets up cron-apt so that it dist-upgrades the system and
-email when upgrades are performed.
+emails when upgrades are performed.
apt::dselect
------------
@@ -261,7 +261,7 @@ apt::upgrade_package
--------------------
This simplifies upgrades for DSA security announcements or point-releases. This
-will ensure that the named package is upgrade to the version specified, only if
+will ensure that the named package is upgraded to the version specified, only if
the package is installed, otherwise nothing happens. If the specified version
is 'latest' (the default), then the package is ensured to be upgraded to the
latest package revision when it becomes available.