aboutsummaryrefslogtreecommitdiffstats
path: root/qpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-08-22 20:19:08 +0200
committerJay Berkenbilt <ejb@ql.org>2017-08-22 20:22:20 +0200
commite452d9dca60bb30ed6a0aa9f437ad40265214cb8 (patch)
treecf003869f783f45b38ea8b8035229bfd42000195 /qpdf
parent2a8cd4acdc48f050a0be66405cfbe9ba1c6ce9da (diff)
downloadqpdf-e452d9dca60bb30ed6a0aa9f437ad40265214cb8.tar.zst
Spell check
Diffstat (limited to 'qpdf')
-rw-r--r--qpdf/qpdf.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpdf/qpdf.cc b/qpdf/qpdf.cc
index 39fb09d3..c23ca8d6 100644
--- a/qpdf/qpdf.cc
+++ b/qpdf/qpdf.cc
@@ -1154,7 +1154,7 @@ static void read_args_from_file(char const* filename,
}
}
-static void handle_help_verison(int argc, char* argv[])
+static void handle_help_version(int argc, char* argv[])
{
if ((argc == 2) &&
((strcmp(argv[1], "--version") == 0) ||
@@ -2255,7 +2255,7 @@ int main(int argc, char* argv[])
whoami += 3;
}
- handle_help_verison(argc, argv);
+ handle_help_version(argc, argv);
// Support reading arguments from files. Create a new argv. Ensure
// that argv itself as well as all its contents are automatically