summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-12-17 07:31:26 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-12-17 10:21:00 +0100
commit696bc1e951e785e71de74d61eeafd06c3e8a0283 (patch)
treec35a5b7adc7e55170c35f28cf9da580a7ba64ab8 /framework/inc
parent677d606021304158c9faedf5353cf5c2fd92d3de (diff)
Fix typos
Change-Id: I4630ba4a93a32c47753422b29535c36b53ff3d5e Reviewed-on: https://gerrit.libreoffice.org/46635 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/threadhelp/gate.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/threadhelp/gate.hxx b/framework/inc/threadhelp/gate.hxx
index eb538501b230..5928d3e16444 100644
--- a/framework/inc/threadhelp/gate.hxx
+++ b/framework/inc/threadhelp/gate.hxx
@@ -104,7 +104,7 @@ class Gate
// Reset condition -> wait blocks now -> gate is closed
m_aPassage.reset();
// Check if operation was successful!
- // Check returns false if condition was reseted => m_bClosed will be true then => we can return true; closing ok
+ // Check returns false if condition was reset => m_bClosed will be true then => we can return true; closing ok
m_bClosed = !m_aPassage.check();
}