OpenSystemsDevelopment
/
qpdf
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
bd6c8456190af148c9f40806f3a6f561a3c38a53
Authored by
Jay Berkenbilt
2017-07-26 04:29:09 -0400
1 parent
e0ee307a
Fix typo in comment
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
include/qpdf/QPDFObjectHandle.hh
include/qpdf/QPDFObjectHandle.hh
View file @
bd6c845
...
...
@@ -543,7 +543,7 @@ class QPDFObjectHandle
543
543
friend class ObjAccessor;
544
544
545
545
// Provide access to specific classes for recursive
546
- // re
ver
seResolved().
546
+ // re
lea
seResolved().
547
547
class ReleaseResolver
548
548
{
549
549
friend class QPDF_Dictionary;
...
...