diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-15 12:17:57 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-16 10:59:53 +0000 |
commit | 9b7e1bf43dcb25acabc15fb2bfb30e2a1dd249df (patch) | |
tree | 633f51fcef822ad4cf4b00688dcfa66e962c6d1d /unodevtools | |
parent | 6149c5c8352d1e5c45568b5551539175f5305d4d (diff) |
Fix typos
Change-Id: Ieaf67cf597e05dbae5affa153af907fda4462a41
Reviewed-on: https://gerrit.libreoffice.org/16295
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'unodevtools')
-rw-r--r-- | unodevtools/source/skeletonmaker/skeletonmaker.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unodevtools/source/skeletonmaker/skeletonmaker.cxx b/unodevtools/source/skeletonmaker/skeletonmaker.cxx index 7aea7b2e5606..06153d15a900 100644 --- a/unodevtools/source/skeletonmaker/skeletonmaker.cxx +++ b/unodevtools/source/skeletonmaker/skeletonmaker.cxx @@ -44,7 +44,7 @@ static const char usageText[] = " using the implementation name as the file and class name. A \n" " service type is necessary, referencing an interface which defines\n" " the new add-in functions.\n" -" add-on generates a language specific code skeleton for an add-on compnent\n" +" add-on generates a language specific code skeleton for an add-on component\n" " using the implementation name as the file and class name. The protocol\n" " name(s) and the corresponding command(s) have to be specified with the\n" " '-p' option.\n" |