diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-20 12:54:08 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-08-21 12:38:30 +0200 |
commit | 3c6e41f806309c2ba1f1336baa8db715ca492959 (patch) | |
tree | 64673466a1d0bfecd22b3e775e675426ecea5eb6 /unodevtools | |
parent | 8ffb4cabd9ceac529f1c2d02bd1fdeb50bd2988b (diff) |
Fix typos
Change-Id: Iaf1d4aed07d1e6fcfe2392fb65cbd2fa196bcc1c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101099
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'unodevtools')
-rw-r--r-- | unodevtools/source/skeletonmaker/javacompskeleton.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unodevtools/source/skeletonmaker/javacompskeleton.cxx b/unodevtools/source/skeletonmaker/javacompskeleton.cxx index 914525272267..f255989a79ac 100644 --- a/unodevtools/source/skeletonmaker/javacompskeleton.cxx +++ b/unodevtools/source/skeletonmaker/javacompskeleton.cxx @@ -834,7 +834,7 @@ void generateSkeleton(ProgramOptions const & options, } // if backwardcompatible==true the AddIn service needs to be added to the - // supported service list, the necessary intefaces are mapped to the add-in + // supported service list, the necessary interfaces are mapped to the add-in // configuration. Since OO.org 2.0.4 this is obsolete and the add-in is // taken from the configuration from Calc directly, this simplifies the // add-in code |