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

New commits:
commit 3fc2a2f9170b8dcd1bf21c00f7629a24757a159f
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Jan 20 18:16:53 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Jan 20 17:55:33 2023 +0000

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

diff --git a/vcl/unx/gtk3/gtkinst.cxx b/vcl/unx/gtk3/gtkinst.cxx
index 339958ff606d..925c8669be78 100644
--- a/vcl/unx/gtk3/gtkinst.cxx
+++ b/vcl/unx/gtk3/gtkinst.cxx
@@ -16488,7 +16488,7 @@ public:
             }
             g_list_free_full(pList, 
reinterpret_cast<GDestroyNotify>(gtk_tree_path_free));
 
-            // if its just one, then don't do anything and leave the default 
dnd icon as-is
+            // if it's just one, then don't do anything and leave the default 
dnd icon as-is
             if (surfaces.size() > 1)
             {
                 cairo_surface_t* target = 
cairo_surface_create_similar(surfaces[0],

Reply via email to