summaryrefslogtreecommitdiff
path: root/helpcompiler
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-11 08:39:07 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:54 +0200
commit8d202fa72f024529092b24197f9b5d28d4c1f6d1 (patch)
treeef784961a076b39f7614b86ded60eb0eb9ae4a98 /helpcompiler
parent5833de5cd7ff708978df5e694090e2b13229c989 (diff)
typo: paramter -> parameter
Diffstat (limited to 'helpcompiler')
-rw-r--r--helpcompiler/source/HelpLinker.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/helpcompiler/source/HelpLinker.cxx b/helpcompiler/source/HelpLinker.cxx
index 33e320a9b2db..3e1cfd4d29d5 100644
--- a/helpcompiler/source/HelpLinker.cxx
+++ b/helpcompiler/source/HelpLinker.cxx
@@ -800,7 +800,7 @@ void HelpLinker::main( std::vector<std::string> &args,
{
//No extension mode and extension mode using commandline
//!extsource.empty indicates extension mode using commandline
- // -idxcaption paramter is required
+ // -idxcaption parameter is required
std::stringstream aStrStream;
aStrStream << "no index caption stylesheet given" << std::endl;
throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() );
@@ -824,7 +824,7 @@ void HelpLinker::main( std::vector<std::string> &args,
{
//No extension mode and extension mode using commandline
//!extsource.empty indicates extension mode using commandline
- // -idxcontent paramter is required
+ // -idxcontent parameter is required
std::stringstream aStrStream;
aStrStream << "no index content stylesheet given" << std::endl;
throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() );