summaryrefslogtreecommitdiff
path: root/codemaker
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-12-17 10:26:21 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-12-17 10:26:21 +0000
commit944a086d9223a84e1ae8d7839433fccaff361b79 (patch)
treed67695e3255f74000077e712a9d2e3195b4ba431 /codemaker
parent2e4360815b08e1b5bd7233509d033b5a49b7c61e (diff)
if there is one typo, its guaranteed to duplicated somewhere
Change-Id: Ia81069afa47fa5790b973247c68bead7de87d718
Diffstat (limited to 'codemaker')
-rw-r--r--codemaker/source/cppumaker/cppuoptions.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/codemaker/source/cppumaker/cppuoptions.cxx b/codemaker/source/cppumaker/cppuoptions.cxx
index 3e70b68c5131..13088035bd93 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";