summaryrefslogtreecommitdiff
path: root/chart2/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-26 11:37:23 +0100
committerJens Carl <j.carl43@gmx.de>2018-01-27 08:45:03 +0100
commit72c68a3d1768ea2e05671aee3b2a0db8d87c9e86 (patch)
tree427d070add01976520c546f56e373d6d903c97f8 /chart2/source
parentba8c04a6fc7d1931b4417af99aa0b45091747d83 (diff)
Fix typos
Change-Id: I914ac70f39028caebafb874e871f11017fda7795 Reviewed-on: https://gerrit.libreoffice.org/48682 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'chart2/source')
-rw-r--r--chart2/source/tools/LifeTime.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/tools/LifeTime.cxx b/chart2/source/tools/LifeTime.cxx
index 6ffe8849f1da..b16da9df71e1 100644
--- a/chart2/source/tools/LifeTime.cxx
+++ b/chart2/source/tools/LifeTime.cxx
@@ -404,7 +404,7 @@ bool CloseableLifeTimeManager::impl_canStartApiCall()
bool LifeTimeGuard::startApiCall(bool bLongLastingCall)
{
//Mutex needs to be acquired exactly ones; will be released inbetween
- //mutex is requiered due to constructor of LifeTimeGuard
+ //mutex is required due to constructor of LifeTimeGuard
OSL_ENSURE( !m_bCallRegistered, "this method is only allowed ones" );
if(m_bCallRegistered)