summaryrefslogtreecommitdiff
path: root/vcl/source/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-26 22:49:55 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-08-27 09:15:00 +0200
commit8a2136443929ac0215b3aa4008de272b6d576050 (patch)
treec051ecf77e96ac23586da3585f0fec73cf603c21 /vcl/source/filter
parent6ad28942656ad6e707ffba5b64013af87b37aebf (diff)
Fix typos
Change-Id: Ieebf8bc3051d1f6b99cf72629aa411e27de21640 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101403 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/source/filter')
-rw-r--r--vcl/source/filter/jpeg/transupp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/filter/jpeg/transupp.c b/vcl/source/filter/jpeg/transupp.c
index a81445812fef..68ea3620a2f9 100644
--- a/vcl/source/filter/jpeg/transupp.c
+++ b/vcl/source/filter/jpeg/transupp.c
@@ -1286,7 +1286,7 @@ jtransform_adjust_parameters (j_decompress_ptr srcinfo,
if (info->force_grayscale) {
/* First, ensure we have YCbCr or grayscale data, and that the source's
* Y channel is full resolution. (No reasonable person would make Y
- * be less than full resolution, so actually coping with that case
+ * be less than full resolution, so actually copying with that case
* isn't worth extra code space. But we check it to avoid crashing.)
*/
if (((dstinfo->jpeg_color_space == JCS_YCbCr &&