summaryrefslogtreecommitdiff
path: root/toolbin
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2020-10-28 17:07:20 +0000
committerChris Liddell <chris.liddell@artifex.com>2020-10-28 17:07:20 +0000
commit10ff34748a56d521b5a901c11edb4b6408a2860a (patch)
tree95be15bb4a811647d1e0f6ba616451cdb9d702f0 /toolbin
parentddd5cf4ddcfba1a3e85708b75efa0d8f8f4156f6 (diff)
downloadghostpdl-10ff34748a56d521b5a901c11edb4b6408a2860a.tar.gz
Fix an option typo: "nonredundnat" -> "nonredundant"
Diffstat (limited to 'toolbin')
-rwxr-xr-xtoolbin/localcluster/clusterpush.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolbin/localcluster/clusterpush.pl b/toolbin/localcluster/clusterpush.pl
index d7692fa21..f7cb9c66c 100755
--- a/toolbin/localcluster/clusterpush.pl
+++ b/toolbin/localcluster/clusterpush.pl
@@ -73,7 +73,7 @@ while ($t1=shift) {
$cull="cull";
} elsif ($t1 eq "avx2") {
$avx2="avx2";
- } elsif ($t1 eq "nr" || $t1 eq "nonredundnat") {
+ } elsif ($t1 eq "nr" || $t1 eq "nonredundant") {
$nr="nonredundant";
} elsif ($t1 eq "pdfwrite" || $t1 eq "ps2write" || $t1 eq "xpswrite") {
$pdfwrite="pdfwrite";