Commit 6187c8086ed41d55597a8796f68187b40c517a54

Authored by m-holger
Committed by Jay Berkenbilt
1 parent 7707a1d3

Fix minor typos

README-maintainer
... ... @@ -323,7 +323,7 @@ Template for release notes:
323 323 ```
324 324 This is qpdf version x.y.z. (Brief description)
325 325  
326   -For a full list of changes from previous releases, please see the [release notes](http://qpdf.sourceforge.net/files/qpdf-manual.html#release-notes). See also [README-what-to-download](./README-what-to-download.md) for details on the available source and binary distributions.
  326 +For a full list of changes from previous releases, please see the [release notes](http://qpdf.sourceforge.net/files/qpdf-manual.html#release-notes). See also [README-what-to-download](./README-what-to-download.md) for details about the available source and binary distributions.
327 327 ```
328 328  
329 329 # Publish release
... ...
manual/index.rst
... ... @@ -35,8 +35,8 @@ library, a PDF viewer, or a program capable of converting PDF into other
35 35 formats. In particular, QPDF knows nothing about the semantics of PDF
36 36 content streams. If you are looking for something that can do that, you
37 37 should look elsewhere. However, once you have a valid PDF file, QPDF can
38   -be used to transform that file in ways perhaps your original PDF
39   -creation can't handle. For example, many programs generate simple PDF
  38 +be used to transform that file in ways that perhaps your original PDF
  39 +creation tool can't handle. For example, many programs generate simple PDF
40 40 files but can't password-protect them, web-optimize them, or perform
41 41 other transformations of that type.
42 42  
... ... @@ -101,7 +101,7 @@ make sure that any content transformations don't break the rendering of
101 101 pages. Transformations that affect the content streams themselves are
102 102 off by default and are only provided to help developers look into the
103 103 contents of PDF files. If you are making deep changes to the library
104   -that cause changes in the contents of the files that qpdf generates,
  104 +that cause changes in the contents of the files that qpdf generate,
105 105 then you should enable the image comparison tests. Enable them by
106 106 running :command:`configure` with the
107 107 :samp:`--enable-test-compare-images` flag. If you enable
... ... @@ -736,7 +736,7 @@ needed transformations.
736 736 was a small but unavoidable performance hit, but for networked file
737 737 systems, the performance impact could be very high. Starting with
738 738 version 8.2.1, the default behavior is that files are kept open if no
739   - more than 200 files are specified, but that the behavior can be
  739 + more than 200 files are specified, but this default behavior can be
740 740 explicitly overridden with the
741 741 :samp:`--keep-files-open` flag. If you are merging
742 742 more than 200 files but less than the operating system's max open
... ... @@ -6159,7 +6159,7 @@ For a detailed list of changes, please see the file
6159 6159 :file:`<stdexcept>` header file to the C++ standard library.
6160 6160 Most of the exceptions thrown by the qpdf library itself are
6161 6161 still of type ``QPDFExc`` which is now derived from
6162   - ``std::runtime_error``. Programs that caught an instance of
  6162 + ``std::runtime_error``. Programs that catch an instance of
6163 6163 ``std::exception`` and displayed it by calling the ``what()``
6164 6164 method will not need to be changed.
6165 6165  
... ... @@ -6243,7 +6243,7 @@ QPDF was originally created in 2001 and modified periodically between
6243 6243 2001 and 2005 during my employment at `Apex CoVantage
6244 6244 <http://www.apexcovantage.com>`__. Upon my departure from Apex, the
6245 6245 company graciously allowed me to take ownership of the software and
6246   -continue maintaining as an open source project, a decision for which I
  6246 +continue maintaining it as an open source project, a decision for which I
6247 6247 am very grateful. I have made considerable enhancements to it since
6248 6248 that time. I feel fortunate to have worked for people who would make
6249 6249 such a decision. This work would not have been possible without their
... ...