summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2015-10-31 23:55:37 +0100
committerJay Berkenbilt <ejb@ql.org>2015-10-31 23:56:43 +0100
commit0496ab1a6ea45d73b7a64d821008dff5b1a09938 (patch)
tree84db4d0831ae3763d75110ed9408cf49d242c35d /include
parentb62cbe250885484a42ee161798830b1da9520097 (diff)
downloadqpdf-0496ab1a6ea45d73b7a64d821008dff5b1a09938.tar.zst
Fix spelling errors
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QUtil.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/qpdf/QUtil.hh b/include/qpdf/QUtil.hh
index 19c74e93..f92cc7fc 100644
--- a/include/qpdf/QUtil.hh
+++ b/include/qpdf/QUtil.hh
@@ -113,7 +113,7 @@ namespace QUtil
// If secure random number generation is supported on your
// platform and qpdf was not compiled with insecure random number
- // generation, this returns a crytographically secure random
+ // generation, this returns a cryptographically secure random
// number. Otherwise it falls back to random from stdlib and
// calls srandom automatically the first time it is called.
QPDF_DLL
@@ -145,7 +145,7 @@ namespace QUtil
// provider, you should call this at the beginning of your program
// before creating any QPDF objects. Passing a null to this
// method will reset the library back to whichever of the built-in
- // random data handlers is appropriate basedon how qpdf was
+ // random data handlers is appropriate based on how qpdf was
// compiled.
QPDF_DLL
void setRandomDataProvider(RandomDataProvider*);