From 5f6951c341640d9e2b32d99af8c40fe7dafa50a4 Mon Sep 17 00:00:00 2001 From: John Dickinson Date: Wed, 21 Jul 2010 12:55:16 -0500 Subject: [PATCH] fixed typo in architecture docs --- doc/source/overview_architecture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/overview_architecture.rst b/doc/source/overview_architecture.rst index 7b31e12904..c958a3608c 100644 --- a/doc/source/overview_architecture.rst +++ b/doc/source/overview_architecture.rst @@ -79,7 +79,7 @@ example, if a server is unavailable for an object PUT, it will ask the ring for a handoff server, and route there instead. When objects are streamed to or from an object server, they are streamed -directly through the proxy server to of from the user -- the proxy server +directly through the proxy server to or from the user -- the proxy server does not spool them. -----------