From 0f0ebddb81a7c5b83bdf8d050bfe38dad26f0bfd Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 10 Mar 2017 18:55:12 +0100 Subject: Fix typos Change-Id: Ic54e808956e5cf4e8079942c0ff799f802cd4b6c Reviewed-on: https://gerrit.libreoffice.org/35053 Tested-by: Jenkins Reviewed-by: Noel Grandin --- accessibility/source/extended/accessiblelistboxentry.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accessibility') diff --git a/accessibility/source/extended/accessiblelistboxentry.cxx b/accessibility/source/extended/accessiblelistboxentry.cxx index 2eb8f395e8ff..8f0b1ecf32cc 100644 --- a/accessibility/source/extended/accessiblelistboxentry.cxx +++ b/accessibility/source/extended/accessiblelistboxentry.cxx @@ -439,7 +439,7 @@ namespace accessibility { return getListBox()->GetEntryLongDescription( pEntry ); } - //want to cout the real column nubmer in the list box. + //want to cout the real column number in the list box. sal_uInt16 iRealItemCount = 0; sal_uInt16 iCount = 0; sal_uInt16 iTotleItemCount = pEntry->ItemCount(); -- cgit