summaryrefslogtreecommitdiffstats
path: root/include/com
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2019-06-01 01:56:17 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2019-06-01 08:26:31 +0200
commit05a06f4ebe89184d8006b9488752bc55378b62fd (patch)
tree1a13492f2cb5daeb3ab4328e04077b336950e8d6 /include/com
parenttdf#116460 Update the page number in the statusbar (diff)
downloadcore-05a06f4ebe89184d8006b9488752bc55378b62fd.tar.gz
core-05a06f4ebe89184d8006b9488752bc55378b62fd.zip
Sequence: Fix typo in comments
Change-Id: I8477be28693f55bea857531707286437ea13d034 Reviewed-on: https://gerrit.libreoffice.org/73296 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'include/com')
-rw-r--r--include/com/sun/star/uno/Sequence.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/com/sun/star/uno/Sequence.h b/include/com/sun/star/uno/Sequence.h
index c6cb36cc71ff..d86a4f6e5ca1 100644
--- a/include/com/sun/star/uno/Sequence.h
+++ b/include/com/sun/star/uno/Sequence.h
@@ -171,28 +171,28 @@ public:
*/
inline E * SAL_CALL getArray();
- /** This function allows to use Sequence in standard algorightms, like std::find
+ /** This function allows to use Sequence in standard algorithms, like std::find
and others.
@since LibreOffice 4.2
*/
inline E * begin();
- /** This function allows to use Sequence in standard algorightms, like std::find
+ /** This function allows to use Sequence in standard algorithms, like std::find
and others.
@since LibreOffice 4.2
*/
inline E const * begin() const;
- /** This function allows to use Sequence in standard algorightms, like std::find
+ /** This function allows to use Sequence in standard algorithms, like std::find
and others.
@since LibreOffice 4.2
*/
inline E * end();
- /** This function allows to use Sequence in standard algorightms, like std::find
+ /** This function allows to use Sequence in standard algorithms, like std::find
and others.
@since LibreOffice 4.2