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
# 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.