From 98de48d898f1419b0a0cfc273ec778e60331e623 Mon Sep 17 00:00:00 2001 From: Shilla Saebi Date: Sat, 22 Nov 2014 15:38:48 -0500 Subject: [PATCH] Fix typo in apache_deployment doc Change-Id: I42d76f544290dbda62633de90608d41caadac084 --- doc/source/apache_deployment_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/apache_deployment_guide.rst b/doc/source/apache_deployment_guide.rst index bdf0546876..8151eedf36 100644 --- a/doc/source/apache_deployment_guide.rst +++ b/doc/source/apache_deployment_guide.rst @@ -26,7 +26,7 @@ client<---->'Apache2 with mod_wsgi'<----->middleware<---->'core swift' The integral web front-end offers simplicity and requires minimal configuration. It is also the web front-end most commonly used with Swift. -Additionlly, the integral web front-end includes support for +Additionally, the integral web front-end includes support for receiving chunked transfer encoding from a client, presently not supported by Apache2 in the operation mode described here.