From ce86307a1aa5918810c4eb64344e41c7dc0507c9 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 10 Apr 2022 15:02:56 -0400 Subject: Fix typo in error message --- libqpdf/QPDFJob_config.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libqpdf') 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; } -- cgit v1.2.3-70-g09d2