diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-01-16 21:12:35 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-01-17 08:37:13 +0000 |
commit | a6b72e9d88629408ff4b112e65837d48ee006e97 (patch) | |
tree | 6e355a3042c82d5b63f72a479b93472a2970d948 /sal/inc | |
parent | acf1b8ee7076cce6a7efad1e605393789425b9b4 (diff) |
fix documentation typo
Diffstat (limited to 'sal/inc')
-rw-r--r-- | sal/inc/rtl/ustring.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/inc/rtl/ustring.hxx b/sal/inc/rtl/ustring.hxx index 3952c6a78422..faf63c46222e 100644 --- a/sal/inc/rtl/ustring.hxx +++ b/sal/inc/rtl/ustring.hxx @@ -49,7 +49,7 @@ namespace rtl /** This String class provide base functionality for C++ like Unicode character array handling. The advantage of this class is, that it - handle all the memory managament for you - and it do it + handle all the memory management for you - and it do it more efficient. If you assign a string to another string, the data of both strings are shared (without any copy operation or memory allocation) as long as you do not change the string. This class |