diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-05-30 11:48:03 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-05-30 11:48:03 +0100 |
commit | 197029c5bcadaa905234183dbfb208e4bf0f77f7 (patch) | |
tree | 5d44c46a71ca4c3894cbb19a527be03dd4ab915b | |
parent | cbb575b7b4cf798d340f7aecc1c11e2eeedf851d (diff) |
Fix typo.
-rw-r--r-- | config/httpd.conf-example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/httpd.conf-example b/config/httpd.conf-example index 0115ad8d9..06170a5e2 100644 --- a/config/httpd.conf-example +++ b/config/httpd.conf-example @@ -51,7 +51,7 @@ RewriteRule ^/request/((\d{1,3})\d*)/(response/\d+/attach/(html/)?\d+/.+) /views # Recommend setting this to 3 or less on servers with 512MB RAM PassengerMaxPoolSize 6 # The RackEnv variable applies to Rails 3 applications, while - # the RailsEnv variable applies to applicatoins for earlier + # the RailsEnv variable applies to applications for earlier # versions of Rails. There doesn't seem to be any harm in # setting both, however. RailsEnv production |