diff options
Diffstat (limited to 'cpputools')
-rw-r--r-- | cpputools/source/sp2bv/sp2bv.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpputools/source/sp2bv/sp2bv.cxx b/cpputools/source/sp2bv/sp2bv.cxx index 27fcbb62297f..5af582002432 100644 --- a/cpputools/source/sp2bv/sp2bv.cxx +++ b/cpputools/source/sp2bv/sp2bv.cxx @@ -35,7 +35,7 @@ static bool hasOption(char const * szOption, int argc, char** argv); " First the system path is converted into a file URL. Then all " \ "characters which have a special meaning in bootstrap variables, " \ "such as \'$\' are escaped. The resulting string is written to " \ -"stdout an can be assigned to a bootstrap variable.\n" \ +"stdout and can be assigned to a bootstrap variable.\n" \ "\n\n" \ "OPTIONS \n\n" \ "\tThe following options are supported: \n" \ |