From 0496ab1a6ea45d73b7a64d821008dff5b1a09938 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 31 Oct 2015 18:55:37 -0400 Subject: Fix spelling errors --- include/qpdf/QUtil.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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*); -- cgit v1.2.3-54-g00ecf