Kaydet (Commit) 05a06f4e authored tarafından Michael Weghorn's avatar Michael Weghorn

Sequence: Fix typo in comments

Change-Id: I8477be28693f55bea857531707286437ea13d034
Reviewed-on: https://gerrit.libreoffice.org/73296
Tested-by: Jenkins
Reviewed-by: 's avatarMichael Weghorn <m.weghorn@posteo.de>
üst ccc00b03
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment