From 91cb7c0a585ccaf8eab389da9f7351534440ee56 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 21 Feb 2009 02:54:31 +0000 Subject: fix many typos in comments and strings git-svn-id: svn+q:///qpdf/trunk@651 71b93d88-0707-0410-a8cf-f5a4172ac649 --- libqpdf/QPDFWriter.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libqpdf/QPDFWriter.cc') diff --git a/libqpdf/QPDFWriter.cc b/libqpdf/QPDFWriter.cc index 23d0d93e..9051f87a 100644 --- a/libqpdf/QPDFWriter.cc +++ b/libqpdf/QPDFWriter.cc @@ -160,7 +160,7 @@ QPDFWriter::setR3EncryptionParameters( // None // Only Document Assembly // Only Form Field Fill-in or Signing - // Comment AUthoring, Form Field Fill-in or Signing + // Comment Authoring, Form Field Fill-in or Signing // General Editing, Comment and Form Field Authoring // Allowed printing menu: @@ -197,7 +197,7 @@ QPDFWriter::setR3EncryptionParameters( switch (modify) { case r3m_none: - clear.insert(11); // document essembly + clear.insert(11); // document assembly case r3m_assembly: clear.insert(9); // filling in form fields @@ -226,7 +226,7 @@ QPDFWriter::setEncryptionParameters( // PDF specification refers to bits with the low bit numbered 1. // We have to convert this into a bit field. - // Specification always requirse bits 1 and 2 to be cleared. + // Specification always requires bits 1 and 2 to be cleared. bits_to_clear.insert(1); bits_to_clear.insert(2); @@ -754,7 +754,7 @@ QPDFWriter::unparseObject(QPDFObjectHandle object, int level, { // Don't filter if the stream is already compressed with // FlateDecode. We don't want to make it worse by getting - // rid of a predictor or otherwising messing with it. We + // rid of a predictor or otherwise messing with it. We // should also avoid messing with anything that's // compressed with a lossy compression scheme, but we // don't support any of those right now. -- cgit v1.2.3-54-g00ecf