summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-02 15:02:40 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-02 15:24:11 +0200
commit39bd7b97f00f0b6f0bbb01ab882207760b77e349 (patch)
treecc5c516b032a998a7cee21d8c0f7546d5affd67e /include
parent2598f8a127c6ce2ec85a0d1ae1b1c706951e4e9d (diff)
Fix typo
Change-Id: Idaaec17114aa2b03c00da075f5accc4c0c0e69b4 Reviewed-on: https://gerrit.libreoffice.org/75768 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'include')
-rw-r--r--include/rtl/byteseq.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rtl/byteseq.h b/include/rtl/byteseq.h
index 75bd40210c72..0ec93c066652 100644
--- a/include/rtl/byteseq.h
+++ b/include/rtl/byteseq.h
@@ -306,13 +306,13 @@ public:
*/
inline void SAL_CALL realloc( sal_Int32 nSize );
- /** Returns the UNnacquired C handle of the sequence
+ /** Returns the UNacquired C handle of the sequence
@return UNacquired handle of the sequence
*/
sal_Sequence * SAL_CALL getHandle() const
{ return _pSequence; }
- /** Returns the UNnacquired C handle of the sequence (for compatibility reasons)
+ /** Returns the UNacquired C handle of the sequence (for compatibility reasons)
@return UNacquired handle of the sequence
*/