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": }