aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2001-05-05 05:08:45 +0000
committerH. Peter Anvin <hpa@zytor.com>2001-05-05 05:08:45 +0000
commitd3de5f201274015698fc89024183055ebdc74fb1 (patch)
treebd866d1c6ce110a8664674d3b031193005acaa1b
parent88bdb1b44afea79c074e10ef624736d2993ca1eb (diff)
downloadzisofs-tools-d3de5f201274015698fc89024183055ebdc74fb1.tar.gz
Correct spelling of "parallelism"zisofs-tools-0.06
-rw-r--r--mkzftree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkzftree.c b/mkzftree.c
index 928bea9..5266091 100644
--- a/mkzftree.c
+++ b/mkzftree.c
@@ -779,7 +779,7 @@ int munge_tree(const char *intree, const char *outtree, munger_func munger)
static void usage(int err)
{
fprintf(stderr,
- "Usage: %s [-vfhu] [-p parallellism] [-z level] intree outtree\n",
+ "Usage: %s [-vfhu] [-p parallelism] [-z level] intree outtree\n",
program);
exit(err);
}