1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Tobias Quathamer <toddy@debian.org>
Date: Wed, 9 Feb 2011 22:26:19 +0100
Subject: [PATCH] Fix spelling error 'processing'
---
doc/zoem.1 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Index: b/doc/zoem.1
===================================================================
--- a/doc/zoem.1
+++ b/doc/zoem.1
@@ -255,7 +255,7 @@ with the next one\&. This option defines
chunks does not at all affect zoem\&'s output\&. The default minimum
chunk size equals one megabyte\&.
-Zoem will read files in their entirety before further processsing
+Zoem will read files in their entirety before further processing
if \fB-chunk-size\fP\ \&\fB0\fP is specified\&.
Zoem does not chunk input files arbitrarily\&. It will append to
|