summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/sequence.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/sequence.hxx b/include/comphelper/sequence.hxx
index ee1cdf6edf4f..903b0b5ae25b 100644
--- a/include/comphelper/sequence.hxx
+++ b/include/comphelper/sequence.hxx
@@ -29,7 +29,7 @@
namespace comphelper
{
- /** Search the given string within the given sequence, return the position of the first occurence.
+ /** Search the given string within the given sequence, return the position of the first occurrence.
Returns -1 if nothing found.
*/
COMPHELPER_DLLPUBLIC sal_Int32 findValue(const css::uno::Sequence< OUString >& _rList, const OUString& _rValue);