accessibility/source/extended/accessiblelistboxentry.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8ee959b4534835306741e5eeeed385cb2ee4152f
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Nov 21 19:11:11 2018 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Nov 22 07:07:48 2018 +0100

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

diff --git a/accessibility/source/extended/accessiblelistboxentry.cxx 
b/accessibility/source/extended/accessiblelistboxentry.cxx
index 4a74477badb6..3056b729e1c8 100644
--- a/accessibility/source/extended/accessiblelistboxentry.cxx
+++ b/accessibility/source/extended/accessiblelistboxentry.cxx
@@ -437,7 +437,7 @@ namespace accessibility
         {
             return getListBox()->GetEntryLongDescription( pEntry );
         }
-        //want to cout the real column number in the list box.
+        //want to count the real column number in the list box.
         sal_uInt16 iRealItemCount = 0;
         sal_uInt16 iCount = 0;
         sal_uInt16 iTotleItemCount = pEntry->ItemCount();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to