vcl/unx/gtk3/gtkinst.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 81e3d731bee5ccc2a35c20943485f827d9f48d1f
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Nov 10 10:32:17 2022 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Nov 10 12:53:24 2022 +0100

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

diff --git a/vcl/unx/gtk3/gtkinst.cxx b/vcl/unx/gtk3/gtkinst.cxx
index ef3d509ea2ef..d1b6fac48787 100644
--- a/vcl/unx/gtk3/gtkinst.cxx
+++ b/vcl/unx/gtk3/gtkinst.cxx
@@ -4864,7 +4864,7 @@ namespace
     }
 
     // tdf#151898 as far as I can see only gtk_image_new_from_file (or 
gtk_image_new_from_resource) can support the use of a
-    // scaleable input format to create a hidpi GtkImage, rather than an 
upscaled lodpi one so forced to go via a file here
+    // scalable input format to create a hidpi GtkImage, rather than an 
upscaled lodpi one so forced to go via a file here
     std::unique_ptr<utl::TempFileNamed> getImageFile(const 
css::uno::Reference<css::graphic::XGraphic>& rImage, bool bMirror = false)
     {
         Image aImage(rImage);

Reply via email to