diff options
author | Golnaz Irannejad <golnaz.irannejad@gmail.com> | 2013-04-01 19:43:38 -0400 |
---|---|---|
committer | Fridrich Strba <fridrich@documentfoundation.org> | 2013-04-07 21:28:01 +0000 |
commit | 92c6a38175a3d8bc77250a85d9574134a1166151 (patch) | |
tree | 509ea365d3b242e6df31ad6f1e7b2992b0edc3c7 /unodevtools | |
parent | 87f185d192668d233f6a8606b1c3d77469e17e04 (diff) |
Fixed 4 spelling errors in the comments.
Change-Id: Ic48f52d7ea4f6a4964f627e3051c96c46ffc2f76
Reviewed-on: https://gerrit.libreoffice.org/3164
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'unodevtools')
-rw-r--r-- | unodevtools/source/skeletonmaker/skeletoncommon.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unodevtools/source/skeletonmaker/skeletoncommon.hxx b/unodevtools/source/skeletonmaker/skeletoncommon.hxx index 24206fe21812..c4f8245926e9 100644 --- a/unodevtools/source/skeletonmaker/skeletoncommon.hxx +++ b/unodevtools/source/skeletonmaker/skeletoncommon.hxx @@ -136,7 +136,7 @@ void checkAddInTypes(rtl::Reference< TypeManager > const & manager, /** checks if XComponent have to be supported, if yes it removes it from the - supported interfaces list becuase it becmoes implmented by the appropriate + supported interfaces list because it becomes implemented by the appropriate helper @param manager a type manager |