]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/commitdiff
doc: trivial fixups and touch a yearstamp
authorzooko <zooko@zooko.com>
Sat, 19 Jan 2008 03:20:24 +0000 (08:50 +0530)
committerzooko <zooko@zooko.com>
Sat, 19 Jan 2008 03:20:24 +0000 (08:50 +0530)
darcs-hash:d7f447bd58147b8004d36ad8dff93f7f89f213d2

zfec/README.txt
zfec/setup.py

index 2e4121fd7ae866dc0dddf2231106c7914fc039a0..9bddf883f52274b8824695ce8f4337404d9d07e6 100644 (file)
@@ -165,7 +165,7 @@ being passed in.
 
 The output from fec_decode() is the set of primary blocks which were missing
 from the input and had to be reconstructed.  These reconstructed blocks are
-written into putput buffers provided by the caller.
+written into output buffers provided by the caller.
 
  ** Python API
 
index a39ad4bd8061064a22595ed0e52965f3baeaf046..8a708927531398c1d193f2e9a2b73dbc133c1112 100755 (executable)
@@ -2,7 +2,7 @@
 
 # zfec -- fast forward error correction library with Python interface
 # 
-# Copyright (C) 2007 Allmydata, Inc.
+# Copyright (C) 2007-2008 Allmydata, Inc.
 # Author: Zooko Wilcox-O'Hearn
 # 
 # This file is part of zfec.