summaryrefslogtreecommitdiff
path: root/src/export
diff options
context:
space:
mode:
Diffstat (limited to 'src/export')
-rw-r--r--src/export/pdf/image.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/export/pdf/image.rs b/src/export/pdf/image.rs
index 906737de..0bdcd481 100644
--- a/src/export/pdf/image.rs
+++ b/src/export/pdf/image.rs
@@ -86,7 +86,7 @@ fn encode_image(
(data.into_inner(), Filter::DctDecode, true)
}
- // TODO: Encode flate streams with PNG-predictor?
+ // TODO: Encode flat streams with PNG-predictor?
// 8-bit gray PNG.
(RasterFormat::Png, DynamicImage::ImageLuma8(luma)) => {