summaryrefslogtreecommitdiff
path: root/unotools/source
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source')
-rw-r--r--unotools/source/accessibility/accessiblestatesethelper.cxx2
-rw-r--r--unotools/source/config/moduleoptions.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/accessibility/accessiblestatesethelper.cxx b/unotools/source/accessibility/accessiblestatesethelper.cxx
index ea5f11e47b7c..5a2c6ff19449 100644
--- a/unotools/source/accessibility/accessiblestatesethelper.cxx
+++ b/unotools/source/accessibility/accessiblestatesethelper.cxx
@@ -177,7 +177,7 @@ sal_Bool SAL_CALL AccessibleStateSetHelper::isEmpty ()
the constants of <type>AccessibleStateType</type>.
@return
- Returns <TRUE/> if the given state is a memeber of this object's
+ Returns <TRUE/> if the given state is a member of this object's
state set and <FALSE/> otherwise.
*/
sal_Bool SAL_CALL AccessibleStateSetHelper::contains (sal_Int16 aState)
diff --git a/unotools/source/config/moduleoptions.cxx b/unotools/source/config/moduleoptions.cxx
index 11b5b17a9c84..64efdaa1b57f 100644
--- a/unotools/source/config/moduleoptions.cxx
+++ b/unotools/source/config/moduleoptions.cxx
@@ -493,7 +493,7 @@ void SvtModuleOptions_Impl::Commit()
@descr These methods implement easy access to our internal values.
You give us right enum value to specify which module interest you ... we return right information.
- @attention Some poeple use any value as enum ... but we support in header specified values only!
+ @attention Some people use any value as enum ... but we support in header specified values only!
We use it directly as index in our internal list. If enum value isn't right - we crash with an
"index out of range"!!! Please use me right - otherwise there is no guarantee.