summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-01-20 18:16:53 +0100
committerJulien Nabet <serval2412@yahoo.fr>2023-01-20 17:55:33 +0000
commit3fc2a2f9170b8dcd1bf21c00f7629a24757a159f (patch)
treece6458f85d21357fbca61672d17624ae80acefe0
parentc92060d20c30c7a90c2c2e63fd98cb4d185bb402 (diff)
Fix typo
Change-Id: I97309a5cf314b08547ac535a2d1baa6e8b7d064c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145910 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--vcl/unx/gtk3/gtkinst.cxx2
1 files changed, 1 insertions, 1 deletions
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],