From 0e38866035dea93430c745fa796611d4d6bbbafe Mon Sep 17 00:00:00 2001
From: Richard Soderberg <rsoderberg@gmail.com>
Date: Mon, 2 Apr 2012 00:59:59 -0700
Subject: [PATCH] rewrite app account description, expand acct to account

---
 docs/AWS_DEPLOYMENT.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/AWS_DEPLOYMENT.md b/docs/AWS_DEPLOYMENT.md
index 87722ce42..cce031a44 100644
--- a/docs/AWS_DEPLOYMENT.md
+++ b/docs/AWS_DEPLOYMENT.md
@@ -144,9 +144,9 @@ There are several things that are pre-configured for your pleasure:
 VMs have two pre-configured users, both which you have passphraseless SSH
 access to:
 
-  * `ec2-user` is an acct with full sudo access
-  * `app` is an acct that has no sudo and is the user who recieves and
-    builds code, and starts the servers.
+  * `ec2-user` is an account with full sudo access.
+  * `app` is an account that has no sudo, receives and builds code via git
+    pushes, and runs the application servers.
 
 Feel free to start a new server, and ssh in as `app` to explore all of the
 configuration.  An attempt has been made to isolate as much configuration 
-- 
GitLab