From 155d048d1714a96e4981ffc83ebe36871ff0c19c Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Fri, 10 Jun 2011 05:16:56 -0700
Subject: [PATCH] docs: three minor fixes CREDITS for arc for stats tweak fix
 link to .zip file in quickstart.rst (thanks to ChosenOne for noticing)
 English usage tweak

---
 CREDITS                     | 2 +-
 docs/quickstart.rst         | 4 ++--
 src/allmydata/interfaces.py | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/CREDITS b/CREDITS
index 4c96f3ac..f1b3a222 100644
--- a/CREDITS
+++ b/CREDITS
@@ -128,4 +128,4 @@ E: ravi@p-static.net
 D: converted docs from .txt to .rst
 
 N: Josh Wilcox
-D: docs
+D: docs, return None from get_stats() when there aren't enough samples
diff --git a/docs/quickstart.rst b/docs/quickstart.rst
index efbedb90..78863ef5 100644
--- a/docs/quickstart.rst
+++ b/docs/quickstart.rst
@@ -48,8 +48,8 @@ you are using -- e.g. ending in "py2.6.exe" for Python v2.6. If using
 Get Tahoe-LAFS
 --------------
 
-`Download the latest stable release, v1.8.1
-<http://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.8.1.zip>`_
+`Download the latest stable release, v1.8.2
+<http://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.8.2.zip>`_
 
 Set Up Tahoe-LAFS
 -----------------
diff --git a/src/allmydata/interfaces.py b/src/allmydata/interfaces.py
index 2a9820b0..e9b7af1b 100644
--- a/src/allmydata/interfaces.py
+++ b/src/allmydata/interfaces.py
@@ -1715,7 +1715,7 @@ class IUploader(Interface):
 
 class ICheckable(Interface):
     def check(monitor, verify=False, add_lease=False):
-        """Check upon my health, optionally repairing any problems.
+        """Check up on my health, optionally repairing any problems.
 
         This returns a Deferred that fires with an instance that provides
         ICheckResults, or None if the object is non-distributed (i.e. LIT
-- 
2.45.2