Commit 3fe5236d54777103a0db893fa35242ccd97dc38d

Authored by Jay Berkenbilt
1 parent 3aad28ae

Fix typo

libtests/closed_file_input_source.cc
... ... @@ -28,7 +28,7 @@ void do_tests(InputSource* is)
28 28 char b[1];
29 29 b[0] = '\0';
30 30 #ifdef _WIN32
31   - // Emperical evidence, and the passage of the rest of the qpdf
  31 + // Empirical evidence, and the passage of the rest of the qpdf
32 32 // test suite, suggest that this is working on Windows in the way
33 33 // that it needs to work. If this ifdef is made to be true on
34 34 // Windows, it passes with ClosedFileInputSource but not with
... ...