aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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.