aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-06-22 21:57:07 +0200
committerJay Berkenbilt <ejb@ql.org>2018-06-22 22:14:54 +0200
commitd34ab8a936d8198c86efa84b214c21e93e0cbbf5 (patch)
treeeee62d847bde1db05da8af8739851dcd44bf7dac /include
parent6bf47ac6e8f3c404a383c743137edb6ebfbe7170 (diff)
downloadqpdf-d34ab8a936d8198c86efa84b214c21e93e0cbbf5.tar.zst
spell check
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/ClosedFileInputSource.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qpdf/ClosedFileInputSource.hh b/include/qpdf/ClosedFileInputSource.hh
index 349b938a..1e3ff82f 100644
--- a/include/qpdf/ClosedFileInputSource.hh
+++ b/include/qpdf/ClosedFileInputSource.hh
@@ -24,7 +24,7 @@
// This is an input source that reads from files, like
// FileInputSource, except that it opens and close the file
-// surrounding every operation. This decreases effiency, but it allows
+// surrounding every operation. This decreases efficiency, but it allows
// many more of these to exist at once than the maximum number of open
// file descriptors. This is used for merging large numbers of files.