From a6b72e9d88629408ff4b112e65837d48ee006e97 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 16 Jan 2011 21:12:35 +0000 Subject: fix documentation typo --- sal/inc/rtl/ustring.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sal/inc/rtl') 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 -- cgit