svtools/source/table/tablecontrol_impl.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 63dc8fe91d1e47d718b3fc4cfd3a0edd56f07892
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun May 19 18:47:52 2019 +0000
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun May 19 21:51:09 2019 +0200

    Fix typo
    
    Change-Id: Iaf8b25dea7251ce535903ed24581ba80c5ac217f
    Reviewed-on: https://gerrit.libreoffice.org/72567
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/svtools/source/table/tablecontrol_impl.cxx 
b/svtools/source/table/tablecontrol_impl.cxx
index b52a4f4b08ec..6f436fda4bab 100644
--- a/svtools/source/table/tablecontrol_impl.cxx
+++ b/svtools/source/table/tablecontrol_impl.cxx
@@ -2054,7 +2054,7 @@ namespace svt { namespace table
                 m_pVScroll->SetThumbPos( m_nTopRow );
         }
 
-        // The scroll bar availaility might change when we scrolled.
+        // The scroll bar availability might change when we scrolled.
         // For instance, imagine a view with 10 rows, if which 5 fit into the 
window, numbered 1 to 10.
         // Now let
         // - the user scroll to row number 6, so the last 5 rows are visible
@@ -2129,7 +2129,7 @@ namespace svt { namespace table
                 m_pHScroll->SetThumbPos( m_nLeftColumn );
         }
 
-        // The scroll bar availaility might change when we scrolled. This is 
because we do not hide
+        // The scroll bar availability might change when we scrolled. This is 
because we do not hide
         // the scrollbar when it is, in theory, unnecessary, but currently at 
a position > 0. In this case, it will
         // be auto-hidden when it's scrolled back to pos 0.
         if ( m_nLeftColumn == 0 )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to