]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
docs: three minor fixes
authorZooko O'Whielacronx <zooko@zooko.com>
Fri, 10 Jun 2011 12:16:56 +0000 (05:16 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Fri, 10 Jun 2011 12:16:56 +0000 (05:16 -0700)
CREDITS for arc for stats tweak
fix link to .zip file in quickstart.rst (thanks to ChosenOne for noticing)
English usage tweak

CREDITS
docs/quickstart.rst
src/allmydata/interfaces.py

diff --git a/CREDITS b/CREDITS
index 4c96f3acb7bc5c8e7a61d9b3b02584316feb528d..f1b3a2225586770c9f66c6e6cf467f7901a5f566 100644 (file)
--- 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
index efbedb90294b7e32fb90b91ade287fff5bf037fc..78863ef5981bc872e9363e9331758c350f44f16b 100644 (file)
@@ -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
 -----------------
index 2a9820b0fde9735b60083ec7fe0490bc984efada..e9b7af1bd9e4f34e303fe313796649e365c7ba79 100644 (file)
@@ -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