]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
Merge pull request #9 from bodepd/10451_fix_apt_update_refresh
authorMatthaus Litteken <matthaus@puppetlabs.com>
Wed, 4 Jan 2012 18:30:31 +0000 (10:30 -0800)
committerMatthaus Litteken <matthaus@puppetlabs.com>
Wed, 4 Jan 2012 18:30:31 +0000 (10:30 -0800)
10451 fix apt update refresh

README.md

index a6eee8026763c1b666bd313b9b2893dc29fa182c..f129a0848196a81b1b8d00bbb0cbfe05604f1fb8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ apt::builddep { "glusterfs-server": }
 </pre>
 
 ### apt::force
-Force a package to be installed from a specific release.  Useful when using repositoires like Debian unstable in Ubuntu.
+Force a package to be installed from a specific release.  Useful when using repositories like Debian unstable in Ubuntu.
 <pre>
 apt::force { "glusterfs-server":
        release => "unstable",
@@ -36,7 +36,7 @@ apt::ppa { "ppa:drizzle-developers/ppa": }
 </pre>
 
 ### apt::release
-Set the default apt release.  Useful when using repositoires like Debian unstable in Ubuntu.
+Set the default apt release.  Useful when using repositories like Debian unstable in Ubuntu.
 <pre>
 apt::release { "karmic": }
 </pre>