Commit 235188df85c54a530a3cbf382aff3e58ea69618e

Authored by Tobias Hoffmann
Committed by Jay Berkenbilt
1 parent 5f59c32f

Fixed wording error in comment

include/qpdf/Pl_Concatenate.hh
... ... @@ -23,7 +23,7 @@ class Pl_Concatenate: public Pipeline
23 23 QPDF_DLL
24 24 virtual void finish();
25 25  
26   - // At the very end, call manualFinish actually finish the rest of
  26 + // At the very end, call manualFinish to actually finish the rest of
27 27 // the pipeline.
28 28 QPDF_DLL
29 29 void manualFinish();
... ...