diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-10 16:04:52 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-04-20 07:53:38 +0200 |
commit | b14fcbba8a7fdc1423209628700ff37d8ff9fb29 (patch) | |
tree | c5a9be77eba47d78c8e201f1dbb32a9b18dc095c /cpputools | |
parent | 323ac4c2338dde36c10b9889e4b656dc685ba1ed (diff) |
Fix typo
Change-Id: I1032065e6b4dd14ea9aa426375080da416abb180
Reviewed-on: https://gerrit.libreoffice.org/70993
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
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" \ |