summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Powell <steve@rabbitmq.com>2012-02-27 16:26:18 +0000
committerSteve Powell <steve@rabbitmq.com>2012-02-27 16:26:18 +0000
commit3092e2760af67be6634888dfec61e461ce8d6d28 (patch)
tree753c7b45dc9dba7f19725267253d5767718f3825
parent3f32ff3eff4206171f237b4b102b26bfde7a2614 (diff)
downloadrabbitmq-server-git-3092e2760af67be6634888dfec61e461ce8d6d28.tar.gz
typos in (old) debian packaging doc
-rw-r--r--packaging/debs/apt-repository/README-real-repository4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/debs/apt-repository/README-real-repository b/packaging/debs/apt-repository/README-real-repository
index b152622731..189852eb60 100644
--- a/packaging/debs/apt-repository/README-real-repository
+++ b/packaging/debs/apt-repository/README-real-repository
@@ -13,7 +13,7 @@ that's a baby rabbit.
Secondly, a note on software. We need a tool to manage the repository,
and a tool to perform uploads to the repository. Debian being Debian
-there are quite a few of each. We will use "rerepro" to manage the
+there are quite a few of each. We will use "reprepro" to manage the
repository since it's modern, maintained, and fairly simple. We will use
"dupload" to perform the uploads since it gives us the ability to run
arbitrary commands after the upload, which means we don't need to run a
@@ -99,7 +99,7 @@ machine
* "rm -rf" the uploads folder
This is a bit cheesy but should be enough for our purposes. The
-dupload.conf uses scp and ssh so you need a public-key login (or tpye
+dupload.conf uses scp and ssh so you need a public-key login (or type
your password lots).
There's still an open question as to whether dupload is really needed