sc/source/ui/app/transobj.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 11dcaad533553999dc643807f6f21f8f98bc9e20
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue May 7 11:33:06 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue May 7 15:32:50 2024 +0200

    Fix typo
    
    Change-Id: I8772d0e12b169559a3bf99347097939ede5db582
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167266
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sc/source/ui/app/transobj.cxx b/sc/source/ui/app/transobj.cxx
index f242abc497b0..0d926b980fc2 100644
--- a/sc/source/ui/app/transobj.cxx
+++ b/sc/source/ui/app/transobj.cxx
@@ -418,7 +418,7 @@ bool ScTransferObj::GetData( const 
datatransfer::DataFlavor& rFlavor, const OUSt
             // memory limits, lower the resolution of the bitmap by keeping
             // the VirtualDevice pixel size within an arbitrary number of
             // pixels.
-            // Note: the artibrary "maximum number of pixels" limit that
+            // Note: the arbitrary "maximum number of pixels" limit that
             // that Skia can handle may need to be raised or lowered for
             // platforms other than macOS.
             static constexpr tools::Long nCopyToImageMaxPixels = 8192 * 8192;

Reply via email to