diff options
author | Andras Timar <atimar@suse.com> | 2012-06-19 16:43:41 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-06-19 16:44:08 +0200 |
commit | 54e9a2839065daf54bd22749daa66c8c58fc7b23 (patch) | |
tree | 589dae79835e0491a83f4ac0ac96b6ddfbd49dfc /unodevtools | |
parent | ed4c2ab1e3f83cce828734b887e4884fc2f5ac4c (diff) |
typo: paramters, paramaters -> parameters
Change-Id: If58683331c50f2a95204e8e2dea11edbef3ccb63
Diffstat (limited to 'unodevtools')
-rw-r--r-- | unodevtools/source/skeletonmaker/skeletoncommon.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unodevtools/source/skeletonmaker/skeletoncommon.cxx b/unodevtools/source/skeletonmaker/skeletoncommon.cxx index d6ce0f931c26..a17487c4c513 100644 --- a/unodevtools/source/skeletonmaker/skeletoncommon.cxx +++ b/unodevtools/source/skeletonmaker/skeletoncommon.cxx @@ -472,7 +472,7 @@ sal_uInt16 checkAdditionalPropertyFlags(typereg::Reader const & reader, return flags; } -// This function checks if the specified types for paramters and return +// This function checks if the specified types for parameters and return // types are allowed add-in types, for more info see the com.sun.star.sheet.AddIn // service description bool checkAddinType(TypeManager const & manager, |