summaryrefslogtreecommitdiff
path: root/unodevtools
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-18 15:53:07 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-08-18 20:09:04 +0200
commita7e0e800c5d1d13db81963b5295b21fb2bfd3ad7 (patch)
treea0ef070be4acafeb530d5e698569125b35c88916 /unodevtools
parentd44a5250a4996bcfb2c66b8510f8a01a5888dd9f (diff)
Fix typos
Change-Id: I85a91d24943430b42217ac91611f182059d8ec69 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100919 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'unodevtools')
-rw-r--r--unodevtools/source/skeletonmaker/cppcompskeleton.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx
index 2888af65f42e..b1fc3ac33035 100644
--- a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx
+++ b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx
@@ -1091,7 +1091,7 @@ void generateCalcAddin(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