summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-10-06 21:10:38 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-10-09 20:55:34 +0200
commit4bdf40c5b7e9749b72b2a7ae6c33509bb3dad82a (patch)
tree66ad3de154b3928edb7755f290a9f71a3246fa55
parent5e73f925e06fce59743ffa8fef64b0ae694b9916 (diff)
Fix typo
Change-Id: If4d4a00e8804dfb6a82476a549520c1db29fca10 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104042 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
-rw-r--r--include/vcl/weld.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx
index aab0dd469b55..433322aae085 100644
--- a/include/vcl/weld.hxx
+++ b/include/vcl/weld.hxx
@@ -2247,7 +2247,7 @@ public:
virtual std::unique_ptr<MenuButton> weld_menu_button(const OString& id) = 0;
virtual std::unique_ptr<Frame> weld_frame(const OString& id) = 0;
/* bUserManagedScrolling of true means that the automatic scrolling of the window is disabled
- and the owner must specifically listen to adjustment changes and react appropiately to them.
+ and the owner must specifically listen to adjustment changes and react appropriately to them.
*/
virtual std::unique_ptr<ScrolledWindow> weld_scrolled_window(const OString& id,
bool bUserManagedScrolling = false)