summaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF_linearization.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-02-21 03:54:31 +0100
committerJay Berkenbilt <ejb@ql.org>2009-02-21 03:54:31 +0100
commit91cb7c0a585ccaf8eab389da9f7351534440ee56 (patch)
tree17acbf824a026228382ec1236e311199024a02b9 /libqpdf/QPDF_linearization.cc
parent0b2288c19d514e18449feb8f43fc1350a10241a1 (diff)
downloadqpdf-91cb7c0a585ccaf8eab389da9f7351534440ee56.tar.zst
fix many typos in comments and strings
git-svn-id: svn+q:///qpdf/trunk@651 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'libqpdf/QPDF_linearization.cc')
-rw-r--r--libqpdf/QPDF_linearization.cc2
1 files changed, 1 insertions, 1 deletions
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<int, QPDFXRefEntry> 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);