From 5299db9c04d96dc6d65e2278cb9aaf50311a431a Mon Sep 17 00:00:00 2001
From: david-sarah <david-sarah@jacaranda.org>
Date: Sat, 22 Jan 2011 18:39:55 -0800
Subject: [PATCH] docs/configuration.rst: fix a typo in the previous
 correction, and correct another error ('[storage]readonly_storage' should be
 '[storage]readonly').

---
 docs/configuration.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/configuration.rst b/docs/configuration.rst
index 3d11f176..1bb2d333 100644
--- a/docs/configuration.rst
+++ b/docs/configuration.rst
@@ -574,9 +574,9 @@ is not (``tub.location`` is used verbatim).
 Example
 =======
 
-The following is a sample ``tahoe.cfg`` file, containing values for all keys
-described above. Note that this is not a recommended configuration (most of
-these are not the default values), merely a legal one.
+The following is a sample ``tahoe.cfg`` file, containing values for some of the
+keys described in the previous section. Note that this is not a recommended
+configuration (most of these are not the default values), merely a legal one.
 
 ::
 
@@ -599,9 +599,9 @@ these are not the default values), merely a legal one.
 
   [storage]
   enabled = True
-  readonly_storage = True
+  readonly = True
   sizelimit = 10000000000
 
 
   [helper]
-  enable = True
+  enabled = True
-- 
2.45.2