From fc840482c4bad26ae1a728e6c80e89497d0531bc Mon Sep 17 00:00:00 2001
From: Richard Soderberg <rsoderberg@gmail.com>
Date: Mon, 2 Apr 2012 01:13:20 -0700
Subject: [PATCH] adjust "local host" to "localhost" in the nginx description

---
 docs/DEPLOYMENT.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/DEPLOYMENT.md b/docs/DEPLOYMENT.md
index 9f9533dbc..4fa087141 100644
--- a/docs/DEPLOYMENT.md
+++ b/docs/DEPLOYMENT.md
@@ -29,7 +29,7 @@ This document assumes we're deploying on an **Ubuntu 10.04.1 LTS** box,
 and using the following software:
 
  * **nginx** - frontend web server that handles static content and
-   serves as a reverse proxy for node.js servers running on local host
+   serves as a reverse proxy for node.js servers running on localhost
    config: `/etc/nginx/conf/nginx.conf`
 
  * **node.js** - all non-static servers run with node.  modules are installed
-- 
GitLab