From: zooko <zooko@zooko.com>
Date: Sat, 19 Jan 2008 03:20:24 +0000 (+0530)
Subject: doc: trivial fixups and touch a yearstamp
X-Git-Url: https://git.rkrishnan.org/components/com_hotproperty/flags/simplejson/webapi.txt?a=commitdiff_plain;h=6265ea50180c9b88b741ba8a8d8d6e8e10f57462;p=tahoe-lafs%2Fzfec.git

doc: trivial fixups and touch a yearstamp

darcs-hash:d7f447bd58147b8004d36ad8dff93f7f89f213d2
---

diff --git a/zfec/README.txt b/zfec/README.txt
index 2e4121f..9bddf88 100644
--- a/zfec/README.txt
+++ b/zfec/README.txt
@@ -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
 
diff --git a/zfec/setup.py b/zfec/setup.py
index a39ad4b..8a70892 100755
--- a/zfec/setup.py
+++ b/zfec/setup.py
@@ -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.