summaryrefslogtreecommitdiffstats
path: root/include/rtl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-02 18:23:08 +0200
committerMichael Stahl <mstahl@redhat.com>2015-07-03 09:32:26 +0000
commit420923ba76ad84892fd242ed37be9d85e1ea03fe (patch)
tree838189ec6fe7fbe36419ea397f4a8de5a79aed72 /include/rtl
parenttdf#39468 Translate German Comments - filter/source/graphicfilter/eps/eps.cxx (diff)
downloadcore-420923ba76ad84892fd242ed37be9d85e1ea03fe.tar.gz
core-420923ba76ad84892fd242ed37be9d85e1ea03fe.zip
Fix typos
Change-Id: Ie2bbe020fc6e3a4a4f913208c245f395849bb9ee Reviewed-on: https://gerrit.libreoffice.org/16708 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/rtl')
-rw-r--r--include/rtl/byteseq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rtl/byteseq.h b/include/rtl/byteseq.h
index 47712bbbd05d..27011c2fba11 100644
--- a/include/rtl/byteseq.h
+++ b/include/rtl/byteseq.h
@@ -270,7 +270,7 @@ public:
The implementation does NOT check for array bounds!
@param nIndex index
- @return const C++ reference to byte at element of indenx nIndex
+ @return const C++ reference to byte at element of index nIndex
*/
inline const sal_Int8 & SAL_CALL operator [] ( sal_Int32 nIndex ) const
{ return getConstArray()[ nIndex ]; }