aboutsummaryrefslogtreecommitdiffstats
path: root/libtests
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-02-23 15:23:35 +0100
committerJay Berkenbilt <ejb@ql.org>2021-02-23 16:38:05 +0100
commit1886673d7e7846be6936a660ae97158d1d1c6113 (patch)
treefae1e99aaebae352128490bd4d07e87b09cc5072 /libtests
parent1e4c1be267f579477457239ff2f8ef8e0be45248 (diff)
downloadqpdf-1886673d7e7846be6936a660ae97158d1d1c6113.tar.zst
Spell check
Diffstat (limited to 'libtests')
-rw-r--r--libtests/qutil.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtests/qutil.cc b/libtests/qutil.cc
index 7b1a8788..f52ec2dc 100644
--- a/libtests/qutil.cc
+++ b/libtests/qutil.cc
@@ -629,7 +629,7 @@ void timestamp_test()
assert(QUtil::pdf_time_to_qpdf_time("D:20210211064743"));
// Round trip on the current time without actually printing it.
// Manual testing was done to ensure that we are actually getting
- // back the current time in various timezones.
+ // back the current time in various time zones.
assert(QUtil::pdf_time_to_qpdf_time(
QUtil::qpdf_time_to_pdf_time(
QUtil::get_current_qpdf_time())));