[Libreoffice-commits] core.git: include/com
Michael Weghorn (via logerrit)
logerrit at kemper.freedesktop.org
Sat Jun 1 06:27:06 UTC 2019
include/com/sun/star/uno/Sequence.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 05a06f4ebe89184d8006b9488752bc55378b62fd
Author: Michael Weghorn <m.weghorn at posteo.de>
AuthorDate: Sat Jun 1 01:56:17 2019 +0200
Commit: Michael Weghorn <m.weghorn at 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.weghorn at 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
More information about the Libreoffice-commits
mailing list