[Libreoffice-commits] .: sal/inc
Caolán McNamara
caolan at kemper.freedesktop.org
Mon Jan 17 01:35:20 PST 2011
sal/inc/rtl/ustring.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 34f38b7f0a13bd863e89813ad9176034982a6f15
Author: Caolán McNamara <caolanm at redhat.com>
Date: Sun Jan 16 21:12:35 2011 +0000
fix documentation typo
diff --git a/sal/inc/rtl/ustring.hxx b/sal/inc/rtl/ustring.hxx
index c412ba6..a481be7 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
More information about the Libreoffice-commits
mailing list