From 5a8389c834ae8d09fd43acca89fb34612788a9f6 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 17 Jul 2018 23:17:57 +0200 Subject: Fix typos Change-Id: If7365b05c8f4fd1bf130678cb28f05c9a1add4c7 Reviewed-on: https://gerrit.libreoffice.org/57598 Reviewed-by: Christian Lohmaier Tested-by: Christian Lohmaier --- chart2/source/inc/LifeTime.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2') diff --git a/chart2/source/inc/LifeTime.hxx b/chart2/source/inc/LifeTime.hxx index 481794b40fa1..013085d72d14 100644 --- a/chart2/source/inc/LifeTime.hxx +++ b/chart2/source/inc/LifeTime.hxx @@ -140,7 +140,7 @@ if it should do so. //mutex is acquired, call is registered { //you might access some private members here - //but than you need to protect access to these members always like this + //but then you need to protect access to these members always like this //never call to the outside here } -- cgit