diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-03-18 17:15:58 +0100 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-03-19 07:53:41 +0100 |
commit | 4550b35781c6d9407da29f64f9b02b9201bf953b (patch) | |
tree | 8e6799a66441ccfb896f60056027ac347b974e05 /vcl | |
parent | bf6efbb808929bfba42f88c894be93d1aa6f4210 (diff) |
Fix typo
Change-Id: Icc75dc0f0d7434233b83fb72aadb4832ea47493e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112694
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/README.lifecycle | 2 | ||||
-rw-r--r-- | vcl/source/filter/jpeg/transupp.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/README.lifecycle b/vcl/README.lifecycle index a309b65ef9ea..0c44fb6a14d8 100644 --- a/vcl/README.lifecycle +++ b/vcl/README.lifecycle @@ -42,7 +42,7 @@ to lingering pointers to freed objects. To fix this situation we now have a VclPtr - which is a smart reference-counting pointer (include/vcl/vclptr.hxx) which is designed to look and behave -very- much like a normal pointer - to reduce code-thrash. VclPtr is used to wrap all OutputDevice + to reduce code-trash. VclPtr is used to wrap all OutputDevice derived classes thus: VclPtr<Dialog> pDialog( new Dialog( ... ), SAL_NO_ACQUIRE ); diff --git a/vcl/source/filter/jpeg/transupp.c b/vcl/source/filter/jpeg/transupp.c index d26cb9510009..318b28d790c1 100644 --- a/vcl/source/filter/jpeg/transupp.c +++ b/vcl/source/filter/jpeg/transupp.c @@ -60,7 +60,7 @@ jdiv_round_up (long a, long b) * arrays are always written in normal scan order (top to bottom) because * the virtual array manager expects this. The source arrays will be scanned * in the corresponding order, which means multiple passes through the source - * arrays for most of the transforms. That could result in much thrashing + * arrays for most of the transforms. That could result in much trashing * if the image is larger than main memory. * * If cropping or trimming is involved, the destination arrays may be smaller |