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/QPDF_linearization.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libqpdf/QPDF_linearization.cc') diff --git a/libqpdf/QPDF_linearization.cc b/libqpdf/QPDF_linearization.cc index a649936c..9a1c7b05 100644 --- a/libqpdf/QPDF_linearization.cc +++ b/libqpdf/QPDF_linearization.cc @@ -2083,7 +2083,7 @@ QPDF::generateHintStream(std::map const& xref, calculateHOutline(xref, lengths, obj_renumber); // Write the hint stream itself into a compressed memory buffer. - // Write through a couter so we can get offsets. + // Write through a counter so we can get offsets. Pl_Buffer hint_stream("hint stream"); Pl_Flate f("compress hint stream", &hint_stream, Pl_Flate::a_deflate); Pl_Count c("count", &f); -- cgit v1.2.3-54-g00ecf