summaryrefslogtreecommitdiff
path: root/shell/source/tools
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-27 19:19:56 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-07-28 11:18:25 +0200
commit86900bd5e24e64e2d517c9c4229554a76ec4470c (patch)
tree766998abb29a628612ebec13c2da19479478cc6c /shell/source/tools
parent486f997d257533b889bd5af4c85eb1e2f4c9c152 (diff)
Fix typos
Change-Id: I1b3f858cf56f93fc72f1508322c00647e12a4c43 Reviewed-on: https://gerrit.libreoffice.org/76481 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'shell/source/tools')
-rw-r--r--shell/source/tools/lngconvex/cmdline.cxx2
-rw-r--r--shell/source/tools/lngconvex/cmdline.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/tools/lngconvex/cmdline.cxx b/shell/source/tools/lngconvex/cmdline.cxx
index 5c6fe20f4054..ffbd228e582a 100644
--- a/shell/source/tools/lngconvex/cmdline.cxx
+++ b/shell/source/tools/lngconvex/cmdline.cxx
@@ -41,7 +41,7 @@ CommandLine::CommandLine(size_t argc, char* argv[]) :
/** Returns an argument by name. If there are
duplicate argument names in the command line,
the first one wins.
- Argument name an the argument value must be separated
+ Argument name and the argument value must be separated
by spaces. If the argument value starts with an
argument prefix use quotes else the return value is
an empty string because the value will be interpreted
diff --git a/shell/source/tools/lngconvex/cmdline.hxx b/shell/source/tools/lngconvex/cmdline.hxx
index 166766ac3e3f..facc9518af8f 100644
--- a/shell/source/tools/lngconvex/cmdline.hxx
+++ b/shell/source/tools/lngconvex/cmdline.hxx
@@ -46,7 +46,7 @@ public:
/** Returns an argument by name. If there are
duplicate argument names in the command line,
the first one wins.
- Argument name an the argument value must be separated
+ Argument name and the argument value must be separated
by spaces. If the argument value starts with an
argument prefix use quotes else the return value is
an empty string because the value will be interpreted