include/com/sun/star/uno/Sequence.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
New commits: commit 05a06f4ebe89184d8006b9488752bc55378b62fd Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Sat Jun 1 01:56:17 2019 +0200 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Sat Jun 1 08:26:31 2019 +0200 Sequence: Fix typo in comments Change-Id: I8477be28693f55bea857531707286437ea13d034 Reviewed-on: https://gerrit.libreoffice.org/73296 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> 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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits