From: Christian G. Warden Date: Tue, 20 Dec 2011 20:06:24 +0000 (-0800) Subject: fix typos in "repositories" X-Git-Tag: 0.0.1~20^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=b662eb8644f74c7efa71c270ade545436d879aa6;p=puppet-modules%2Fpuppetlabs-apt.git fix typos in "repositories" --- diff --git a/README.md b/README.md index a6eee80..f129a08 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ apt::builddep { "glusterfs-server": } ### 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.
 apt::force { "glusterfs-server":
 	release => "unstable",
@@ -36,7 +36,7 @@ apt::ppa { "ppa:drizzle-developers/ppa": }
 
### 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.
 apt::release { "karmic": }