summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2018-12-20 14:15:46 +0200
committerYuri Chornoivan <yurchor@ukr.net>2018-12-20 14:15:46 +0200
commit7477b71e5c4f2d3f4876c1c9cba3c937506bfdaa (patch)
tree9788325853e796b7b61bd20b0ad6e081cc929cf2 /test
parente676558a8b2d71906f1bf77407318a4fef6a60c2 (diff)
Fix minor typos
Diffstat (limited to 'test')
-rw-r--r--test/perf-test.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/perf-test.cc b/test/perf-test.cc
index 83015e6a..a9573af1 100644
--- a/test/perf-test.cc
+++ b/test/perf-test.cc
@@ -8,7 +8,7 @@
TODO:
* make it work with cairo output as well
- * print more info about document like e.g. enumarate images,
+ * print more info about document like e.g. enumerate images,
streams, compression, encryption, password-protection. Each should have
a command-line arguments to turn it on/off
* never over-write file given as -out argument (optionally, provide -force
@@ -142,12 +142,12 @@ static int gResolutionX = 0;
static int gResolutionY = 0;
/* If NULL, we output the log info to stdout. If not NULL, should be a name
of the file to which we output log info.
- Controled by -out command-line argument. */
+ Controlled by -out command-line argument. */
static char * gOutFileName = nullptr;
-/* FILE * correspondig to gOutFileName or stdout if gOutFileName is NULL or
+/* FILE * corresponding to gOutFileName or stdout if gOutFileName is NULL or
was invalid name */
static FILE * gOutFile = nullptr;
-/* FILE * correspondig to gOutFileName or stderr if gOutFileName is NULL or
+/* FILE * corresponding to gOutFileName or stderr if gOutFileName is NULL or
was invalid name */
static FILE * gErrFile = nullptr;