[master] f615d8a glossary typo

Bjørn Ruberg bjorn at varnish-cache.org
Thu Mar 3 08:49:57 CET 2011


commit f615d8ab100953acab3ef383bc6a35c430097d27
Author: Bjoern Ruberg <bjorn at ruberg.no>
Date:   Thu Mar 3 08:48:24 2011 +0100

    glossary typo

diff --git a/doc/sphinx/glossary/index.rst b/doc/sphinx/glossary/index.rst
index f1aa0e6..70a40ed 100644
--- a/doc/sphinx/glossary/index.rst
+++ b/doc/sphinx/glossary/index.rst
@@ -82,8 +82,8 @@ Varnish Glossary
 	to varnishd they are just bytes.
 
    object
-	The cached version of a response.  Varnishd receives a reponse
-	from the backend and creates an object, from which it can
+	The (possibly cached version of a) response.  Varnishd receives a reponse
+	from the backend and creates an object, from which it may
 	produce cached responses to clients.
 
    .. comment: "configuration of varnishd -----------------------------"
@@ -99,7 +99,7 @@ Varnish Glossary
 
    miss
 	An object Varnish fetches from the backend.  It may or may not
-	be putin the cache, that depends.
+	be put in the cache, that depends.
 
    pass
 	An object Varnish does not try to cache, but simply fetches



More information about the varnish-commit mailing list