[Libreoffice-commits] core.git: codemaker/source
Caolán McNamara
caolanm at redhat.com
Tue Dec 17 02:27:14 PST 2013
codemaker/source/cppumaker/cppuoptions.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 944a086d9223a84e1ae8d7839433fccaff361b79
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Dec 17 10:26:21 2013 +0000
if there is one typo, its guaranteed to duplicated somewhere
Change-Id: Ia81069afa47fa5790b973247c68bead7de87d718
diff --git a/codemaker/source/cppumaker/cppuoptions.cxx b/codemaker/source/cppumaker/cppuoptions.cxx
index 3e70b68..1308803 100644
--- a/codemaker/source/cppumaker/cppuoptions.cxx
+++ b/codemaker/source/cppumaker/cppuoptions.cxx
@@ -327,7 +327,7 @@ OString CppuOptions::prepareHelp()
help += " -L = UNO type functions are generated lightweight, that means only\n";
help += " the name and typeclass are given and everything else is retrieved\n";
help += " from the type library dynamically. The default is that UNO type\n";
- help += " functions provides enough type information for boostrapping C++.\n";
+ help += " functions provides enough type information for bootstrapping C++.\n";
help += " '-L' should be the default for external components.\n";
help += " -C = UNO type functions are generated comprehensive that means all\n";
help += " necessary information is available for bridging the type in UNO.\n";
More information about the Libreoffice-commits
mailing list