From 3fe5236d54777103a0db893fa35242ccd97dc38d Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 22 Jun 2018 19:28:18 -0400 Subject: Fix typo --- libtests/closed_file_input_source.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libtests/closed_file_input_source.cc') diff --git a/libtests/closed_file_input_source.cc b/libtests/closed_file_input_source.cc index 30b6d203..9cf5ff04 100644 --- a/libtests/closed_file_input_source.cc +++ b/libtests/closed_file_input_source.cc @@ -28,7 +28,7 @@ void do_tests(InputSource* is) char b[1]; b[0] = '\0'; #ifdef _WIN32 - // Emperical evidence, and the passage of the rest of the qpdf + // Empirical evidence, and the passage of the rest of the qpdf // test suite, suggest that this is working on Windows in the way // that it needs to work. If this ifdef is made to be true on // Windows, it passes with ClosedFileInputSource but not with -- cgit v1.2.3-54-g00ecf