summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-04-10 17:47:17 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2013-04-10 18:12:10 +0200
commit60e9d2dd5c0e1c085de7354b1ca5cd1cb8b0d082 (patch)
tree004de370ff94465a8a12e54f3fafa2ea357a4576 /unotools
parent86ef5f6f8cee5ada8c9cbd6ba73a93ced1dad6b5 (diff)
janitorial: spelling in comment
Change-Id: I0c232a60d4ab55fae5b78712d9acc4bac93f90c3
Diffstat (limited to 'unotools')
-rw-r--r--unotools/inc/unotools/sharedunocomponent.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/inc/unotools/sharedunocomponent.hxx b/unotools/inc/unotools/sharedunocomponent.hxx
index 2558dfc76bd3..5fa399dbc417 100644
--- a/unotools/inc/unotools/sharedunocomponent.hxx
+++ b/unotools/inc/unotools/sharedunocomponent.hxx
@@ -191,7 +191,7 @@ namespace utl
#endif
// SharedUNOComponent& operator=( const ::com::sun::star::uno::Reference< INTERFACE >& _rxComponent );
- // this operator is not implemented by intention. There is no canonic ownership after this operatoer
+ // This operator is intentionally not implemented. There is no canonic ownership after this operator
// would have been applied: Should the SharedUNOComponent have the ownership of the component,
// or shouldn't it? Hard to guess, and probably wrong in 50 percent of all cases, anyway. So,
// instead of tempting clients of this class to use such a dangerous operator, we do