From 495f40410cdedb728d59c699ec1f60901f532b43 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 3 Jun 2013 11:54:54 -0400 Subject: [PATCH] Fix spelling errors. Fix a couple of spelling mistakes in docs that I noticed while reading. Change-Id: Iea6898c743545dcfb3cab9fe9003a647b91bd93b --- doc/source/topics/deployment.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/topics/deployment.rst b/doc/source/topics/deployment.rst index fefae2dc8..2e55b6d4b 100644 --- a/doc/source/topics/deployment.rst +++ b/doc/source/topics/deployment.rst @@ -29,7 +29,7 @@ of the ``OPENSTACK_HOST`` settings in your ``local_settings.py`` file. Logging ======= -Logging is an important concern for prouction deployments, and the intricacies +Logging is an important concern for production deployments, and the intricacies of good logging configuration go far beyond what can be covered here. However there are a few points worth noting about the logging included with Horizon, how to customize it, and where other components may take over: @@ -126,7 +126,7 @@ memcached has inherent problems which are beyond the scope of this documentation. Memcached is an extremely fast and efficient cache backend for cases where it -fits the depooyment need. But it's not appropriate for all scenarios. +fits the deployment need. But it's not appropriate for all scenarios. Requirements: