]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
minor README fixups
authorMicah Anderson <micah@riseup.net>
Wed, 24 Nov 2010 19:24:49 +0000 (14:24 -0500)
committerMicah Anderson <micah@riseup.net>
Wed, 24 Nov 2010 19:24:49 +0000 (14:24 -0500)
README

diff --git a/README b/README
index d162e8b6ba9642aa8aa1632bdb8a96ef14c5a4c9..4c5e72794cb1058900ccca7e78939f16a3e72439 100644 (file)
--- 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.