aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFJob_config.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-04-10 21:02:56 +0200
committerJay Berkenbilt <ejb@ql.org>2022-04-10 22:54:23 +0200
commitce86307a1aa5918810c4eb64344e41c7dc0507c9 (patch)
treef1f29ad8921552daf21871058d43ee3d497966b4 /libqpdf/QPDFJob_config.cc
parent5f4675bb24dcffa616d6ae3bd38e532510522615 (diff)
downloadqpdf-ce86307a1aa5918810c4eb64344e41c7dc0507c9.tar.zst
Fix typo in error message
Diffstat (limited to 'libqpdf/QPDFJob_config.cc')
-rw-r--r--libqpdf/QPDFJob_config.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/QPDFJob_config.cc b/libqpdf/QPDFJob_config.cc
index 8bd9cc2e..6d4bf933 100644
--- a/libqpdf/QPDFJob_config.cc
+++ b/libqpdf/QPDFJob_config.cc
@@ -694,7 +694,7 @@ QPDFJob::Config::jobJsonFile(std::string const& parameter)
throw std::runtime_error(
"error with job-json file " + std::string(parameter) + ": " +
e.what() + "\nRun " + this->o.m->message_prefix +
- "--job-json-help for information on the file format.");
+ " --job-json-help for information on the file format.");
}
return this;
}