chart2/source/inc/LifeTime.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 35d9a2618dc0116378ab795a7b9277d248c5afd4
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Apr 4 19:21:00 2019 +0000
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Apr 5 07:07:32 2019 +0200

    Fix typo
    
    Change-Id: I15ab841fb9398a52d4df48b4bc4022b0f469f771
    Reviewed-on: https://gerrit.libreoffice.org/70281
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/chart2/source/inc/LifeTime.hxx b/chart2/source/inc/LifeTime.hxx
index 4fc1908c6bcc..f30d184b058e 100644
--- a/chart2/source/inc/LifeTime.hxx
+++ b/chart2/source/inc/LifeTime.hxx
@@ -116,7 +116,7 @@ private:
 /*
 Use this Guard in your ApiCalls to protect access on resources
 which will be released in dispose.
-It's guarantied, that the release of resources only starts if your
+It's guaranteed that the release of resources only starts if your
 guarded call has finished.
 ! It's only partly guaranteed that this resources will not change during the 
call.
 See the example for details.
@@ -124,7 +124,7 @@ See the example for details.
 This class is to be used as described in the example.
 
 If this guard is used in all api calls of an XCloseable object
-it's guarantied, that the closeable will close itself after finishing the last 
call
+it's guaranteed that the closeable will close itself after finishing the last 
call
 if it should do so.
 
   ::ApiCall
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to