include/vcl/weld.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4bdf40c5b7e9749b72b2a7ae6c33509bb3dad82a
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Oct 6 21:10:38 2020 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Oct 9 20:55:34 2020 +0200

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

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)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to