diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-10-13 11:27:35 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2017-10-13 14:12:01 +0200 |
commit | 3933ac6828f74529c5bde6b11279cfdd69db60c6 (patch) | |
tree | 2c4c0416b1639332eb8647395f139b381987148f /vcl/source | |
parent | f57604a4a83db7e6b0ca65d0c9b49e88bccb91ad (diff) |
Fix typo
Change-Id: Icb23e192961aadcd23d17546aa397df18dd32979
Reviewed-on: https://gerrit.libreoffice.org/43366
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/filter/jpeg/transupp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/filter/jpeg/transupp.h b/vcl/source/filter/jpeg/transupp.h index fe1b04ac5035..a5d403335c49 100644 --- a/vcl/source/filter/jpeg/transupp.h +++ b/vcl/source/filter/jpeg/transupp.h @@ -133,7 +133,7 @@ typedef struct { normally modifies the source coefficients in place. Setting this to TRUE will instead use a slower, double-buffered algorithm, which leaves the source - coefficients in tact (necessary if other transformed + coefficients intact (necessary if other transformed images must be generated from the same set of coefficients. */ |