vcl/unx/gtk3/gtk3gtkinst.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 54d3760f7dbd759cc8de6c777c6a2154d2382f16 Author: Andrea Gelmini <[email protected]> AuthorDate: Sat Mar 21 18:44:34 2020 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Sun Mar 22 12:27:42 2020 +0100 Fix typo Change-Id: I52d6c6108861bf2118854e78b2653f3157595b31 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90861 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx index 6f11a6a89017..02055e04b15b 100644 --- a/vcl/unx/gtk3/gtk3gtkinst.cxx +++ b/vcl/unx/gtk3/gtk3gtkinst.cxx @@ -10835,7 +10835,7 @@ public: the same point as before the clear. */ - // This forces the tree to recalculate now its preferrred size + // This forces the tree to recalculate now its preferred size // after being cleared GtkRequisition size; gtk_widget_get_preferred_size(GTK_WIDGET(m_pTreeView), nullptr, &size); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
