diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 15:42:54 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 15:42:54 +0100 |
commit | 66e5cbc55ab6923e651e1e3b32a7f26b5adaef90 (patch) | |
tree | c5000866762b2985895f9b0e4f309d22d1ba545e /tools/inc | |
parent | fe86d0ca5daeadd8bde74e27109bcb65402ce139 (diff) |
Fix typo "sucessfully" -> "successfully"
Change-Id: I01c85e4d3853c44fa05acc3019bc35c56c4f655e
Diffstat (limited to 'tools/inc')
-rw-r--r-- | tools/inc/tools/stream.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/inc/tools/stream.hxx b/tools/inc/tools/stream.hxx index 23d4a0498cd1..f157f905fc6e 100644 --- a/tools/inc/tools/stream.hxx +++ b/tools/inc/tools/stream.hxx @@ -589,12 +589,12 @@ template<typename prefix> sal_Size write_lenPrefixed_uInt16s_FromOUString(SvStre /// Attempt to read 8bit units to an OString until a zero terminator is /// encountered, returned rtl::OString's length is number of units *definitely* /// successfully read, check SvStream::good() to see if null terminator was -/// sucessfully read +/// successfully read TOOLS_DLLPUBLIC rtl::OString read_zeroTerminated_uInt8s_ToOString(SvStream& rStrm); /// Attempt to read 8bit units assuming source encoding eEnc to an OUString /// until a zero terminator is encountered. Check SvStream::good() to see if -/// null terminator was sucessfully read +/// null terminator was successfully read TOOLS_DLLPUBLIC rtl::OUString read_zeroTerminated_uInt8s_ToOUString(SvStream& rStrm, rtl_TextEncoding eEnc); /// Attempt to read a pascal-style length (of type prefix) prefixed sequence of |