about summary refs log tree commit homepage
path: root/doc/site/src/docs/pound.page
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-05-20 21:21:29 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-05-20 21:21:29 +0000
commit4aa7050dd281caf5f118cf29eeedf2cec3aab079 (patch)
treea717f0a7093f984bd4a6f69eeae66adbe90efb63 /doc/site/src/docs/pound.page
parent028417a18fc2921d07ba13a4c3674606945787f5 (diff)
downloadunicorn-4aa7050dd281caf5f118cf29eeedf2cec3aab079.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@198 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'doc/site/src/docs/pound.page')
-rw-r--r--doc/site/src/docs/pound.page3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/site/src/docs/pound.page b/doc/site/src/docs/pound.page
index c625562..616e30c 100644
--- a/doc/site/src/docs/pound.page
+++ b/doc/site/src/docs/pound.page
@@ -16,7 +16,7 @@ h2. Requirements
 
 We assume that the following:
 
-* Pound and the monogrel cluster are running on the same machine [1].
+* Pound and the Mongrel cluster are running on the same machine [1].
 * *Pound 2.0.4* is built and installed, including SSL support if desired.
 * The *mongrel* gem is installed.
 * The *mongrel_cluster* gem is installed.
@@ -134,6 +134,7 @@ SSL: <%= @sslyn %>
 
 Visiting @http://127.0.0.1/Test/@ should show @SSL: false@ while visiting @https://127.0.0.1/Test/@
 should return @SSL: true@.
+
 fn1. It is not required that pound run on the same machine as the mongrel servers.  It was just chosen
 for this example.