aboutsummaryrefslogtreecommitdiffstats
path: root/zlib-flate
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-08-31 14:43:18 +0200
committerJay Berkenbilt <ejb@ql.org>2019-08-31 14:43:18 +0200
commit0787ec962098e2ab88ba70ba5e2ec7e2e5dfc65f (patch)
treee24d7e3eeae83dd9f84027be4d1e4314dc48caa7 /zlib-flate
parent00fd9b3e035c9c155f15a52ef7dfa3366d35662f (diff)
downloadqpdf-0787ec962098e2ab88ba70ba5e2ec7e2e5dfc65f.tar.zst
spell check
Diffstat (limited to 'zlib-flate')
-rw-r--r--zlib-flate/zlib-flate.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib-flate/zlib-flate.cc b/zlib-flate/zlib-flate.cc
index c2613202..d437b6fd 100644
--- a/zlib-flate/zlib-flate.cc
+++ b/zlib-flate/zlib-flate.cc
@@ -18,7 +18,7 @@ void usage()
<< " zlib compression level from" << std::endl
<< "1 to 9 where lower numbers are faster and"
<< " less compressed and higher" << std::endl
- << "numbers are slower and more compresed"
+ << "numbers are slower and more compressed"
<< std::endl;
exit(2);
}