diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-18 16:24:52 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-18 17:35:41 +0100 |
commit | cda2d47fd556e0593bf415a69cc8dc18abcd1701 (patch) | |
tree | 3bc7c52982ad49a661e1b389e8a07ec3949958b6 /vbahelper | |
parent | 858153610849c5448a181e6709a972a54e6ae126 (diff) |
Fix typos
Change-Id: I633e4921042809c628e55825b70c540767eba1d3
Reviewed-on: https://gerrit.libreoffice.org/48140
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vbahelper')
-rw-r--r-- | vbahelper/source/vbahelper/vbahelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vbahelper/source/vbahelper/vbahelper.cxx b/vbahelper/source/vbahelper/vbahelper.cxx index 8226768fb888..2471add85ce5 100644 --- a/vbahelper/source/vbahelper/vbahelper.cxx +++ b/vbahelper/source/vbahelper/vbahelper.cxx @@ -530,7 +530,7 @@ ContainerUtilities::FieldInList( const uno::Sequence< OUString >& SearchList, co for (sal_Int32 i = 0; i < FieldLen; i++) { // I wonder why comparing lexicographically is done - // when it's a match is whats interesting? + // when it's a match, is it interesting? if ( SearchList[i] == SearchString ) { retvalue = i; |