summaryrefslogtreecommitdiff
path: root/include/com/sun/star/uno
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-29 16:01:31 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-30 09:46:51 +0200
commitdc03b756795df156a14d00486825c6930a44b161 (patch)
treee85e1481a2750c828fe8762ce9feb2748645aebe /include/com/sun/star/uno
parente9a723693885ab7ab0017cc8209f52a1f0b09b1c (diff)
Fix typo
Change-Id: I99dba9443d703d56f0cbe38cb32c7d6963a669cf Reviewed-on: https://gerrit.libreoffice.org/74903 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/com/sun/star/uno')
-rw-r--r--include/com/sun/star/uno/Sequence.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/com/sun/star/uno/Sequence.h b/include/com/sun/star/uno/Sequence.h
index d86a4f6e5ca1..f5c9c384eeef 100644
--- a/include/com/sun/star/uno/Sequence.h
+++ b/include/com/sun/star/uno/Sequence.h
@@ -226,7 +226,7 @@ public:
*/
inline bool SAL_CALL operator == ( const Sequence & rSeq ) const;
- /** Unequality operator: Compares two sequences.
+ /** Inequality operator: Compares two sequences.
@param rSeq another sequence of same type (right side)
@return false if both sequences are equal, true otherwise