Kaydet (Commit) 35d9a261 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I15ab841fb9398a52d4df48b4bc4022b0f469f771
Reviewed-on: https://gerrit.libreoffice.org/70281
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 84662e90
...@@ -116,7 +116,7 @@ private: ...@@ -116,7 +116,7 @@ private:
/* /*
Use this Guard in your ApiCalls to protect access on resources Use this Guard in your ApiCalls to protect access on resources
which will be released in dispose. 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. guarded call has finished.
! It's only partly guaranteed that this resources will not change during the call. ! It's only partly guaranteed that this resources will not change during the call.
See the example for details. See the example for details.
...@@ -124,7 +124,7 @@ 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. This class is to be used as described in the example.
If this guard is used in all api calls of an XCloseable object 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. if it should do so.
::ApiCall ::ApiCall
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment